Html Css Color HEX #C44229 Trinidad

📋 copy color: '#C44229'

red 196 ◦ green 66 ◦ blue 41

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

Shades of Trinidad #C44229

Tints of Trinidad #C44229

RGB

 RED value IS 196 (76.95% from 255) = 64.69%

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

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

R = 64.69%
G = 21.78%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C44229 (or 0xC44229) is known color: Trinidad. HEX triplet: C4, 42 and 29. RGB value is (196,66,41). Sum of RGB (Red+Green+Blue) = 196+66+41=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C44229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44229 is #3BBDD6. Grayscale: #666666. Windows color (decimal): -3915223 or 2704068. OLE color: 2704068.

HSL color Cylindrical-coordinate representation of color #C44229: hue angle of 9.68º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C44229 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 41 -
CMYK 0 0.66 0.79 0.23
HSL 9.68º 0.65% 0.46% -
HSV(B) 9.68º 0.79% 0.77% -
XYZ 25.11 15.79 3.82 -
YUV 102.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 196 66 41 0 0.66 0.79 0.23 9.68 0.65 0.46
Hex C4 42 29 0 42 4F 17 A 41 2E
Octal 304 102 51 0 102 117 27 12 101 56
Binary 11000100 1000010 101001 0 1000010 1001111 10111 1010 1000001 101110

Color Harmonies of #C44229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44229

Black with #C44229

Text Example


Text Example

White with #C44229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44229; }

 p { color: rgb(196,66,41); }

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

background-color css

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

 a { background-color: rgb(196,66,41); }

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

border-color css

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

 span { border-color: rgb(196,66,41); }

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