Html Css Color HEX #D24701 Tenne (Tawny)

📋 copy color: '#D24701'

red 210 ◦ green 71 ◦ blue 1

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

Shades of Tenne (Tawny) #D24701

Tints of Tenne (Tawny) #D24701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 74.47%
G = 25.18%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D24701 (or 0xD24701) is known color: Tenne (Tawny). HEX triplet: D2, 47 and 01. RGB value is (210,71,1). Sum of RGB (Red+Green+Blue) = 210+71+1=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D24701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24701 is #2DB8FE. Grayscale: #696969. Windows color (decimal): -2996479 or 83922. OLE color: 83922.

HSL color Cylindrical-coordinate representation of color #D24701: hue angle of 20.1º 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 #D24701 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 71 1 -
CMYK 0 0.66 1.00 0.18
HSL 20.1º 0.99% 0.41% -
HSV(B) 20.1º 1% 0.82% -
XYZ 28.84 18.21 2.02 -
YUV 104.58 69.55 203.19 -
System Red Green Blue C M Y K H S L
Decimal 210 71 1 0 0.66 1.00 0.18 20.1 0.99 0.41
Hex D2 47 1 0 42 64 12 14 63 29
Octal 322 107 1 0 102 144 22 24 143 51
Binary 11010010 1000111 1 0 1000010 1100100 10010 10100 1100011 101001

Color Harmonies of #D24701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24701

Black with #D24701

Text Example


Text Example

White with #D24701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24701; }

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

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

background-color css

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

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

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

border-color css

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

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

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