#C84028

Color #C84028 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C84028

Tints of Trinidad #C84028

Color information

#C84028 (or 0xC84028) is unknown color: approx Trinidad. HEX triplet: C8, 40 and 28. RGB value is (200,64,40). Sum of RGB (Red+Green+Blue) = 200+64+40=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C84028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84028 is #37BFD7. Grayscale: #666666. Windows color (decimal): -3653592 or 2638024. OLE color: 2638024.

HSL color Cylindrical-coordinate representation of color #C84028: hue angle of 9º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C84028 is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB2006440-
CMYK00.680.80.22
HSL66.67%47.06%-
HSV(B)80%78.43%-
XYZ26.0416.13.74-
YUV101.9393.06197.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 65.79%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 40 (16.02% from 255) = 13.16%
R=65.79%
G=21.05%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200644000.680.80.22966.6747.06
HexC8402804450169432f
Octal310100500104120261110357
Binary1100100010000001010000100010010100001011010011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84028; }

 p { color: rgb(200,64,40); }

 H1.HeaderClassName
 {
   color: #C84028;
 }
 .AnyTagClassName
 {
   color: #C84028;
 }
</style>
background-color css

<style>
 a { background-color: #C84028; }

 a { background-color: rgb(200,64,40); }

 div.DivClassName
 {
   background-color: #C84028;
 }
 .BgClassName
 {
   background-color: #C84028;
 }
</style>
border-color css

<style>
 span { border-color: #C84028; }

 span { border-color: rgb(200,64,40); }

 td.TdClassName
 {
   border-color: #C84028;
 }
 .TagClassName
 {
   border-color: #C84028;
 }
</style>