Html Css Color HEX #D55012 Tenne (Tawny)

📋 copy color: '#D55012'

red 213 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #D55012

Tints of Tenne (Tawny) #D55012

RGB

 RED value IS 213 (83.59% from 255) = 68.49%

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

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 68.49%
G = 25.72%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D55012 (or 0xD55012) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 12. RGB value is (213,80,18). Sum of RGB (Red+Green+Blue) = 213+80+18=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D55012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55012 is #2AAFED. Grayscale: #717171. Windows color (decimal): -2797550 or 1200341. OLE color: 1200341.

HSL color Cylindrical-coordinate representation of color #D55012: hue angle of 19.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55012 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 18 -
CMYK 0 0.62 0.92 0.16
HSL 19.08º 0.84% 0.45% -
HSV(B) 19.08º 0.92% 0.84% -
XYZ 30.42 19.93 2.82 -
YUV 112.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 213 80 18 0 0.62 0.92 0.16 19.08 0.84 0.45
Hex D5 50 12 0 3E 5C 10 13 54 2D
Octal 325 120 22 0 76 134 20 23 124 55
Binary 11010101 1010000 10010 0 111110 1011100 10000 10011 1010100 101101

Color Harmonies of #D55012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55012

Black with #D55012

Text Example


Text Example

White with #D55012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55012; }

 p { color: rgb(213,80,18); }

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

background-color css

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

 a { background-color: rgb(213,80,18); }

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

border-color css

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

 span { border-color: rgb(213,80,18); }

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