Html Css Color HEX #D2550C Tenne (Tawny)

📋 copy color: '#D2550C'

red 210 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #D2550C

Tints of Tenne (Tawny) #D2550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 68.4%
G = 27.69%
B = 3.91%

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

#D2550C (or 0xD2550C) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 0C. RGB value is (210,85,12). Sum of RGB (Red+Green+Blue) = 210+85+12=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2550C is #2DAAF3. Grayscale: #727272. Windows color (decimal): -2992884 or 808402. OLE color: 808402.

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

Color convert

RGB 210 85 12 -
CMYK 0 0.60 0.94 0.18
HSL 22.12º 0.89% 0.44% -
HSV(B) 22.12º 0.94% 0.82% -
XYZ 29.89 20.23 2.68 -
YUV 114.05 70.41 196.44 -
System Red Green Blue C M Y K H S L
Decimal 210 85 12 0 0.60 0.94 0.18 22.12 0.89 0.44
Hex D2 55 C 0 3C 5E 12 16 59 2C
Octal 322 125 14 0 74 136 22 26 131 54
Binary 11010010 1010101 1100 0 111100 1011110 10010 10110 1011001 101100

Color Harmonies of #D2550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2550C

Black with #D2550C

Text Example


Text Example

White with #D2550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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