Html Css Color HEX #D25017 Tenne (Tawny)

📋 copy color: '#D25017'

red 210 ◦ green 80 ◦ blue 23

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

Shades of Tenne (Tawny) #D25017

Tints of Tenne (Tawny) #D25017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 67.09%
G = 25.56%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25017 (or 0xD25017) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 17. RGB value is (210,80,23). Sum of RGB (Red+Green+Blue) = 210+80+23=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D25017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25017 is #2DAFE8. Grayscale: #707070. Windows color (decimal): -2994153 or 1528018. OLE color: 1528018.

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

Color convert

RGB 210 80 23 -
CMYK 0 0.62 0.89 0.18
HSL 18.29º 0.8% 0.46% -
HSV(B) 18.29º 0.89% 0.82% -
XYZ 29.6 19.5 3.01 -
YUV 112.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 210 80 23 0 0.62 0.89 0.18 18.29 0.8 0.46
Hex D2 50 17 0 3E 59 12 12 50 2E
Octal 322 120 27 0 76 131 22 22 120 56
Binary 11010010 1010000 10111 0 111110 1011001 10010 10010 1010000 101110

Color Harmonies of #D25017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25017

Black with #D25017

Text Example


Text Example

White with #D25017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25017; }

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

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

background-color css

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

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

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

border-color css

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

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

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