Html Css Color HEX #D25005 Tenne (Tawny)

📋 copy color: '#D25005'

red 210 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #D25005

Tints of Tenne (Tawny) #D25005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 71.19%
G = 27.12%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D25005 (or 0xD25005) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 05. RGB value is (210,80,5). Sum of RGB (Red+Green+Blue) = 210+80+5=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D25005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25005 is #2DAFFA. Grayscale: #6E6E6E. Windows color (decimal): -2994171 or 348370. OLE color: 348370.

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

Color convert

RGB 210 80 5 -
CMYK 0 0.62 0.98 0.18
HSL 21.95º 0.95% 0.42% -
HSV(B) 21.95º 0.98% 0.82% -
XYZ 29.47 19.45 2.34 -
YUV 110.32 68.57 199.1 -
System Red Green Blue C M Y K H S L
Decimal 210 80 5 0 0.62 0.98 0.18 21.95 0.95 0.42
Hex D2 50 5 0 3E 62 12 16 5F 2A
Octal 322 120 5 0 76 142 22 26 137 52
Binary 11010010 1010000 101 0 111110 1100010 10010 10110 1011111 101010

Color Harmonies of #D25005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25005

Black with #D25005

Text Example


Text Example

White with #D25005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25005; }

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

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

background-color css

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

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

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

border-color css

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

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

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