Html Css Color HEX #D25002 Tenne (Tawny)

📋 copy color: '#D25002'

red 210 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #D25002

Tints of Tenne (Tawny) #D25002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 71.92%
G = 27.4%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D25002 (or 0xD25002) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 02. RGB value is (210,80,2). Sum of RGB (Red+Green+Blue) = 210+80+2=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D25002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25002 is #2DAFFD. Grayscale: #6E6E6E. Windows color (decimal): -2994174 or 151762. OLE color: 151762.

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

Color convert

RGB 210 80 2 -
CMYK 0 0.62 0.99 0.18
HSL 22.5º 0.98% 0.42% -
HSV(B) 22.5º 0.99% 0.82% -
XYZ 29.46 19.44 2.26 -
YUV 109.98 67.07 199.34 -
System Red Green Blue C M Y K H S L
Decimal 210 80 2 0 0.62 0.99 0.18 22.5 0.98 0.42
Hex D2 50 2 0 3E 63 12 16 62 2A
Octal 322 120 2 0 76 143 22 26 142 52
Binary 11010010 1010000 10 0 111110 1100011 10010 10110 1100010 101010

Color Harmonies of #D25002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25002

Black with #D25002

Text Example


Text Example

White with #D25002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25002; }

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

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

background-color css

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

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

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

border-color css

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

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

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