Html Css Color HEX #D25015 Tenne (Tawny)

📋 copy color: '#D25015'

red 210 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #D25015

Tints of Tenne (Tawny) #D25015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 67.52%
G = 25.72%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25015 (or 0xD25015) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 15. RGB value is (210,80,21). Sum of RGB (Red+Green+Blue) = 210+80+21=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D25015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25015 is #2DAFEA. Grayscale: #707070. Windows color (decimal): -2994155 or 1396946. OLE color: 1396946.

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

Color convert

RGB 210 80 21 -
CMYK 0 0.62 0.90 0.18
HSL 18.73º 0.82% 0.45% -
HSV(B) 18.73º 0.9% 0.82% -
XYZ 29.58 19.49 2.91 -
YUV 112.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 210 80 21 0 0.62 0.90 0.18 18.73 0.82 0.45
Hex D2 50 15 0 3E 5A 12 13 52 2D
Octal 322 120 25 0 76 132 22 23 122 55
Binary 11010010 1010000 10101 0 111110 1011010 10010 10011 1010010 101101

Color Harmonies of #D25015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25015

Black with #D25015

Text Example


Text Example

White with #D25015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25015; }

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

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

background-color css

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

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

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

border-color css

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

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

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