Html Css Color HEX #C84429 Trinidad

📋 copy color: '#C84429'

red 200 ◦ green 68 ◦ blue 41

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

Shades of Trinidad #C84429

Tints of Trinidad #C84429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 64.72%
G = 22.01%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C84429 (or 0xC84429) is known color: Trinidad. HEX triplet: C8, 44 and 29. RGB value is (200,68,41). Sum of RGB (Red+Green+Blue) = 200+68+41=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C84429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84429 is #37BBD6. Grayscale: #686868. Windows color (decimal): -3652567 or 2704584. OLE color: 2704584.

HSL color Cylindrical-coordinate representation of color #C84429: hue angle of 10.19º degrees, saturation: 0.66, 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 #C84429 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 41 -
CMYK 0 0.66 0.80 0.22
HSL 10.19º 0.66% 0.47% -
HSV(B) 10.19º 0.8% 0.78% -
XYZ 26.29 16.57 3.91 -
YUV 104.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 200 68 41 0 0.66 0.80 0.22 10.19 0.66 0.47
Hex C8 44 29 0 42 50 16 A 42 2F
Octal 310 104 51 0 102 120 26 12 102 57
Binary 11001000 1000100 101001 0 1000010 1010000 10110 1010 1000010 101111

Color Harmonies of #C84429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84429

Black with #C84429

Text Example


Text Example

White with #C84429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84429; }

 p { color: rgb(200,68,41); }

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

background-color css

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

 a { background-color: rgb(200,68,41); }

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

border-color css

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

 span { border-color: rgb(200,68,41); }

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