Html Css Color HEX #C84228 Trinidad

📋 copy color: '#C84228'

red 200 ◦ green 66 ◦ blue 40

#C84228
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C84228

Tints of Trinidad #C84228

RGB

 RED value IS 200 (78.52% from 255) = 65.36%

 GREEN value IS 66 (26.17% from 255) = 21.57%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 65.36%
G = 21.57%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C84228 (or 0xC84228) is known color: Trinidad. HEX triplet: C8, 42 and 28. RGB value is (200,66,40). Sum of RGB (Red+Green+Blue) = 200+66+40=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C84228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84228 is #37BDD7. Grayscale: #676767. Windows color (decimal): -3653080 or 2638536. OLE color: 2638536.

HSL color Cylindrical-coordinate representation of color #C84228: hue angle of 9.75º 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 #C84228 is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 40 -
CMYK 0 0.67 0.8 0.22
HSL 9.75º 0.67% 0.47% -
HSV(B) 9.75º 0.8% 0.78% -
XYZ 26.15 16.33 3.78 -
YUV 103.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 200 66 40 0 0.67 0.8 0.22 9.75 0.67 0.47
Hex C8 42 28 0 43 50 16 A 43 2F
Octal 310 102 50 0 103 120 26 12 103 57
Binary 11001000 1000010 101000 0 1000011 1010000 10110 1010 1000011 101111

Color Harmonies of #C84228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84228

Black with #C84228

Text Example


Text Example

White with #C84228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84228; }

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

 H1.HeaderClassName
 {
   color: #C84228;
 }
 .AnyTagClassName
 {
   color: #C84228;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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