Html Css Color HEX #D24F16 Tenne (Tawny)

📋 copy color: '#D24F16'

red 210 ◦ green 79 ◦ blue 22

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

Shades of Tenne (Tawny) #D24F16

Tints of Tenne (Tawny) #D24F16

RGB

 RED value IS 210 (82.42% from 255) = 67.52%

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

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 67.52%
G = 25.4%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24F16 (or 0xD24F16) is known color: Tenne (Tawny). HEX triplet: D2, 4F and 16. RGB value is (210,79,22). Sum of RGB (Red+Green+Blue) = 210+79+22=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24F16 is #2DB0E9. Grayscale: #707070. Windows color (decimal): -2994410 or 1462226. OLE color: 1462226.

HSL color Cylindrical-coordinate representation of color #D24F16: hue angle of 18.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D24F16 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 79 22 -
CMYK 0 0.62 0.90 0.18
HSL 18.19º 0.81% 0.45% -
HSV(B) 18.19º 0.9% 0.82% -
XYZ 29.52 19.35 2.94 -
YUV 111.67 77.4 198.13 -
System Red Green Blue C M Y K H S L
Decimal 210 79 22 0 0.62 0.90 0.18 18.19 0.81 0.45
Hex D2 4F 16 0 3E 5A 12 12 51 2D
Octal 322 117 26 0 76 132 22 22 121 55
Binary 11010010 1001111 10110 0 111110 1011010 10010 10010 1010001 101101

Color Harmonies of #D24F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F16

Black with #D24F16

Text Example


Text Example

White with #D24F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F16; }

 p { color: rgb(210,79,22); }

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

background-color css

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

 a { background-color: rgb(210,79,22); }

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

border-color css

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

 span { border-color: rgb(210,79,22); }

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