Html Css Color HEX #D25D0D Tenne (Tawny)

📋 copy color: '#D25D0D'

red 210 ◦ green 93 ◦ blue 13

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

Shades of Tenne (Tawny) #D25D0D

Tints of Tenne (Tawny) #D25D0D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 66.46%
G = 29.43%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D25D0D (or 0xD25D0D) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 0D. RGB value is (210,93,13). Sum of RGB (Red+Green+Blue) = 210+93+13=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D0D is #2DA2F2. Grayscale: #777777. Windows color (decimal): -2990835 or 875986. OLE color: 875986.

HSL color Cylindrical-coordinate representation of color #D25D0D: hue angle of 24.37º 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 #D25D0D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 13 -
CMYK 0 0.56 0.94 0.18
HSL 24.37º 0.88% 0.44% -
HSV(B) 24.37º 0.94% 0.82% -
XYZ 30.57 21.56 2.93 -
YUV 118.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 210 93 13 0 0.56 0.94 0.18 24.37 0.88 0.44
Hex D2 5D D 0 38 5E 12 18 58 2C
Octal 322 135 15 0 70 136 22 30 130 54
Binary 11010010 1011101 1101 0 111000 1011110 10010 11000 1011000 101100

Color Harmonies of #D25D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D0D

Black with #D25D0D

Text Example


Text Example

White with #D25D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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