Html Css Color HEX #D44F19 Chocolate

📋 copy color: '#D44F19'

red 212 ◦ green 79 ◦ blue 25

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

Shades of Chocolate #D44F19

Tints of Chocolate #D44F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25%

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 67.09%
G = 25%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D44F19 (or 0xD44F19) is known color: Chocolate. HEX triplet: D4, 4F and 19. RGB value is (212,79,25). Sum of RGB (Red+Green+Blue) = 212+79+25=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44F19 is #2BB0E6. Grayscale: #707070. Windows color (decimal): -2863335 or 1658836. OLE color: 1658836.

HSL color Cylindrical-coordinate representation of color #D44F19: hue angle of 17.33º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D44F19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 25 -
CMYK 0 0.63 0.88 0.17
HSL 17.33º 0.79% 0.46% -
HSV(B) 17.33º 0.88% 0.83% -
XYZ 30.12 19.66 3.13 -
YUV 112.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 212 79 25 0 0.63 0.88 0.17 17.33 0.79 0.46
Hex D4 4F 19 0 3F 58 11 11 4F 2E
Octal 324 117 31 0 77 130 21 21 117 56
Binary 11010100 1001111 11001 0 111111 1011000 10001 10001 1001111 101110

Color Harmonies of #D44F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F19

Black with #D44F19

Text Example


Text Example

White with #D44F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F19; }

 p { color: rgb(212,79,25); }

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

background-color css

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

 a { background-color: rgb(212,79,25); }

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

border-color css

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

 span { border-color: rgb(212,79,25); }

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