Html Css Color HEX #D25013 Tenne (Tawny)

📋 copy color: '#D25013'

red 210 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #D25013

Tints of Tenne (Tawny) #D25013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 67.96%
G = 25.89%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D25013 (or 0xD25013) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 13. RGB value is (210,80,19). Sum of RGB (Red+Green+Blue) = 210+80+19=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D25013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25013 is #2DAFEC. Grayscale: #707070. Windows color (decimal): -2994157 or 1265874. OLE color: 1265874.

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

Color convert

RGB 210 80 19 -
CMYK 0 0.62 0.91 0.18
HSL 19.16º 0.83% 0.45% -
HSV(B) 19.16º 0.91% 0.82% -
XYZ 29.56 19.49 2.82 -
YUV 111.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 210 80 19 0 0.62 0.91 0.18 19.16 0.83 0.45
Hex D2 50 13 0 3E 5B 12 13 53 2D
Octal 322 120 23 0 76 133 22 23 123 55
Binary 11010010 1010000 10011 0 111110 1011011 10010 10011 1010011 101101

Color Harmonies of #D25013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25013

Black with #D25013

Text Example


Text Example

White with #D25013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25013; }

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

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

background-color css

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

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

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

border-color css

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

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

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