Html Css Color HEX #D25A0D Tenne (Tawny)

📋 copy color: '#D25A0D'

red 210 ◦ green 90 ◦ blue 13

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

Shades of Tenne (Tawny) #D25A0D

Tints of Tenne (Tawny) #D25A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 67.09%
G = 28.75%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D25A0D (or 0xD25A0D) is known color: Tenne (Tawny). HEX triplet: D2, 5A and 0D. RGB value is (210,90,13). Sum of RGB (Red+Green+Blue) = 210+90+13=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25A0D is #2DA5F2. Grayscale: #757575. Windows color (decimal): -2991603 or 875218. OLE color: 875218.

HSL color Cylindrical-coordinate representation of color #D25A0D: hue angle of 23.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D25A0D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 90 13 -
CMYK 0 0.57 0.94 0.18
HSL 23.45º 0.88% 0.44% -
HSV(B) 23.45º 0.94% 0.82% -
XYZ 30.31 21.04 2.85 -
YUV 117.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 210 90 13 0 0.57 0.94 0.18 23.45 0.88 0.44
Hex D2 5A D 0 39 5E 12 17 58 2C
Octal 322 132 15 0 71 136 22 27 130 54
Binary 11010010 1011010 1101 0 111001 1011110 10010 10111 1011000 101100

Color Harmonies of #D25A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A0D

Black with #D25A0D

Text Example


Text Example

White with #D25A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A0D; }

 p { color: rgb(210,90,13); }

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

background-color css

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

 a { background-color: rgb(210,90,13); }

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

border-color css

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

 span { border-color: rgb(210,90,13); }

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