Html Css Color HEX #C44D29 Trinidad

📋 copy color: '#C44D29'

red 196 ◦ green 77 ◦ blue 41

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

Shades of Trinidad #C44D29

Tints of Trinidad #C44D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 62.42%
G = 24.52%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C44D29 (or 0xC44D29) is known color: Trinidad. HEX triplet: C4, 4D and 29. RGB value is (196,77,41). Sum of RGB (Red+Green+Blue) = 196+77+41=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D29 is #3BB2D6. Grayscale: #6C6C6C. Windows color (decimal): -3912407 or 2706884. OLE color: 2706884.

HSL color Cylindrical-coordinate representation of color #C44D29: hue angle of 13.94º 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 #C44D29 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 77 41 -
CMYK 0 0.61 0.79 0.23
HSL 13.94º 0.65% 0.46% -
HSV(B) 13.94º 0.79% 0.77% -
XYZ 25.82 17.2 4.06 -
YUV 108.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 196 77 41 0 0.61 0.79 0.23 13.94 0.65 0.46
Hex C4 4D 29 0 3D 4F 17 E 41 2E
Octal 304 115 51 0 75 117 27 16 101 56
Binary 11000100 1001101 101001 0 111101 1001111 10111 1110 1000001 101110

Color Harmonies of #C44D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D29

Black with #C44D29

Text Example


Text Example

White with #C44D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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