Html Css Color HEX #D2500D Tenne (Tawny)

📋 copy color: '#D2500D'

red 210 ◦ green 80 ◦ blue 13

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

Shades of Tenne (Tawny) #D2500D

Tints of Tenne (Tawny) #D2500D

RGB

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

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

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

R = 69.31%
G = 26.4%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2500D (or 0xD2500D) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 0D. RGB value is (210,80,13). Sum of RGB (Red+Green+Blue) = 210+80+13=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2500D is #2DAFF2. Grayscale: #6F6F6F. Windows color (decimal): -2994163 or 872658. OLE color: 872658.

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

Color convert

RGB 210 80 13 -
CMYK 0 0.62 0.94 0.18
HSL 20.41º 0.88% 0.44% -
HSV(B) 20.41º 0.94% 0.82% -
XYZ 29.52 19.47 2.58 -
YUV 111.23 72.57 198.45 -
System Red Green Blue C M Y K H S L
Decimal 210 80 13 0 0.62 0.94 0.18 20.41 0.88 0.44
Hex D2 50 D 0 3E 5E 12 14 58 2C
Octal 322 120 15 0 76 136 22 24 130 54
Binary 11010010 1010000 1101 0 111110 1011110 10010 10100 1011000 101100

Color Harmonies of #D2500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2500D

Black with #D2500D

Text Example


Text Example

White with #D2500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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