Html Css Color HEX #D2550D Tenne (Tawny)

📋 copy color: '#D2550D'

red 210 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #D2550D

Tints of Tenne (Tawny) #D2550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 68.18%
G = 27.6%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2550D (or 0xD2550D) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 0D. RGB value is (210,85,13). Sum of RGB (Red+Green+Blue) = 210+85+13=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2550D is #2DAAF2. Grayscale: #727272. Windows color (decimal): -2992883 or 873938. OLE color: 873938.

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

Color convert

RGB 210 85 13 -
CMYK 0 0.60 0.94 0.18
HSL 21.93º 0.88% 0.44% -
HSV(B) 21.93º 0.94% 0.82% -
XYZ 29.9 20.23 2.71 -
YUV 114.17 70.91 196.35 -
System Red Green Blue C M Y K H S L
Decimal 210 85 13 0 0.60 0.94 0.18 21.93 0.88 0.44
Hex D2 55 D 0 3C 5E 12 16 58 2C
Octal 322 125 15 0 74 136 22 26 130 54
Binary 11010010 1010101 1101 0 111100 1011110 10010 10110 1011000 101100

Color Harmonies of #D2550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2550D

Black with #D2550D

Text Example


Text Example

White with #D2550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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