Html Css Color HEX #D25008 Tenne (Tawny)

📋 copy color: '#D25008'

red 210 ◦ green 80 ◦ blue 8

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

Shades of Tenne (Tawny) #D25008

Tints of Tenne (Tawny) #D25008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 70.47%
G = 26.85%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D25008 (or 0xD25008) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 08. RGB value is (210,80,8). Sum of RGB (Red+Green+Blue) = 210+80+8=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D25008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25008 is #2DAFF7. Grayscale: #6F6F6F. Windows color (decimal): -2994168 or 544978. OLE color: 544978.

HSL color Cylindrical-coordinate representation of color #D25008: hue angle of 21.39º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D25008 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 80 8 -
CMYK 0 0.62 0.96 0.18
HSL 21.39º 0.93% 0.43% -
HSV(B) 21.39º 0.96% 0.82% -
XYZ 29.49 19.46 2.43 -
YUV 110.66 70.07 198.85 -
System Red Green Blue C M Y K H S L
Decimal 210 80 8 0 0.62 0.96 0.18 21.39 0.93 0.43
Hex D2 50 8 0 3E 60 12 15 5D 2B
Octal 322 120 10 0 76 140 22 25 135 53
Binary 11010010 1010000 1000 0 111110 1100000 10010 10101 1011101 101011

Color Harmonies of #D25008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25008

Black with #D25008

Text Example


Text Example

White with #D25008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25008; }

 p { color: rgb(210,80,8); }

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

background-color css

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

 a { background-color: rgb(210,80,8); }

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

border-color css

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

 span { border-color: rgb(210,80,8); }

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