Html Css Color HEX #D24F01 Tenne (Tawny)

📋 copy color: '#D24F01'

red 210 ◦ green 79 ◦ blue 1

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

Shades of Tenne (Tawny) #D24F01

Tints of Tenne (Tawny) #D24F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 72.41%
G = 27.24%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D24F01 (or 0xD24F01) is known color: Tenne (Tawny). HEX triplet: D2, 4F and 01. RGB value is (210,79,1). Sum of RGB (Red+Green+Blue) = 210+79+1=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24F01 is #2DB0FE. Grayscale: #6D6D6D. Windows color (decimal): -2994431 or 85970. OLE color: 85970.

HSL color Cylindrical-coordinate representation of color #D24F01: hue angle of 22.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D24F01 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 79 1 -
CMYK 0 0.62 1.00 0.18
HSL 22.39º 0.99% 0.41% -
HSV(B) 22.39º 1% 0.82% -
XYZ 29.38 19.3 2.2 -
YUV 109.28 66.9 199.84 -
System Red Green Blue C M Y K H S L
Decimal 210 79 1 0 0.62 1.00 0.18 22.39 0.99 0.41
Hex D2 4F 1 0 3E 64 12 16 63 29
Octal 322 117 1 0 76 144 22 26 143 51
Binary 11010010 1001111 1 0 111110 1100100 10010 10110 1100011 101001

Color Harmonies of #D24F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F01

Black with #D24F01

Text Example


Text Example

White with #D24F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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