Html Css Color HEX #C44D1F Trinidad

📋 copy color: '#C44D1F'

red 196 ◦ green 77 ◦ blue 31

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

Shades of Trinidad #C44D1F

Tints of Trinidad #C44D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 64.47%
G = 25.33%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C44D1F (or 0xC44D1F) is known color: Trinidad. HEX triplet: C4, 4D and 1F. RGB value is (196,77,31). Sum of RGB (Red+Green+Blue) = 196+77+31=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D1F is #3BB2E0. Grayscale: #6B6B6B. Windows color (decimal): -3912417 or 2051524. OLE color: 2051524.

HSL color Cylindrical-coordinate representation of color #C44D1F: hue angle of 16.73º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C44D1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 77 31 -
CMYK 0 0.61 0.84 0.23
HSL 16.73º 0.73% 0.45% -
HSV(B) 16.73º 0.84% 0.77% -
XYZ 25.67 17.14 3.25 -
YUV 107.34 84.92 191.24 -
System Red Green Blue C M Y K H S L
Decimal 196 77 31 0 0.61 0.84 0.23 16.73 0.73 0.45
Hex C4 4D 1F 0 3D 54 17 11 49 2D
Octal 304 115 37 0 75 124 27 21 111 55
Binary 11000100 1001101 11111 0 111101 1010100 10111 10001 1001001 101101

Color Harmonies of #C44D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D1F

Black with #C44D1F

Text Example


Text Example

White with #C44D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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