Html Css Color HEX #D24A12 Tenne (Tawny)

📋 copy color: '#D24A12'

red 210 ◦ green 74 ◦ blue 18

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

Shades of Tenne (Tawny) #D24A12

Tints of Tenne (Tawny) #D24A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 69.54%
G = 24.5%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D24A12 (or 0xD24A12) is known color: Tenne (Tawny). HEX triplet: D2, 4A and 12. RGB value is (210,74,18). Sum of RGB (Red+Green+Blue) = 210+74+18=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24A12 is #2DB5ED. Grayscale: #6C6C6C. Windows color (decimal): -2995694 or 1198802. OLE color: 1198802.

HSL color Cylindrical-coordinate representation of color #D24A12: hue angle of 17.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D24A12 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 74 18 -
CMYK 0 0.65 0.91 0.18
HSL 17.5º 0.84% 0.45% -
HSV(B) 17.5º 0.91% 0.82% -
XYZ 29.14 18.64 2.64 -
YUV 108.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 210 74 18 0 0.65 0.91 0.18 17.5 0.84 0.45
Hex D2 4A 12 0 41 5B 12 12 54 2D
Octal 322 112 22 0 101 133 22 22 124 55
Binary 11010010 1001010 10010 0 1000001 1011011 10010 10010 1010100 101101

Color Harmonies of #D24A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A12

Black with #D24A12

Text Example


Text Example

White with #D24A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A12; }

 p { color: rgb(210,74,18); }

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

background-color css

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

 a { background-color: rgb(210,74,18); }

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

border-color css

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

 span { border-color: rgb(210,74,18); }

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