Html Css Color HEX #D44A31 Trinidad

📋 copy color: '#D44A31'

red 212 ◦ green 74 ◦ blue 49

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

Shades of Trinidad #D44A31

Tints of Trinidad #D44A31

RGB

 RED value IS 212 (83.2% from 255) = 63.28%

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 63.28%
G = 22.09%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D44A31 (or 0xD44A31) is known color: Trinidad. HEX triplet: D4, 4A and 31. RGB value is (212,74,49). Sum of RGB (Red+Green+Blue) = 212+74+49=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44A31 is #2BB5CE. Grayscale: #707070. Windows color (decimal): -2864591 or 3230420. OLE color: 3230420.

HSL color Cylindrical-coordinate representation of color #D44A31: hue angle of 9.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D44A31 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 74 49 -
CMYK 0 0.65 0.77 0.17
HSL 9.2º 0.65% 0.51% -
HSV(B) 9.2º 0.77% 0.83% -
XYZ 30.15 19.12 5.01 -
YUV 112.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 212 74 49 0 0.65 0.77 0.17 9.2 0.65 0.51
Hex D4 4A 31 0 41 4D 11 9 41 33
Octal 324 112 61 0 101 115 21 11 101 63
Binary 11010100 1001010 110001 0 1000001 1001101 10001 1001 1000001 110011

Color Harmonies of #D44A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A31

Black with #D44A31

Text Example


Text Example

White with #D44A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A31; }

 p { color: rgb(212,74,49); }

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

background-color css

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

 a { background-color: rgb(212,74,49); }

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

border-color css

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

 span { border-color: rgb(212,74,49); }

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