Html Css Color HEX #D55F0C Tenne (Tawny)

📋 copy color: '#D55F0C'

red 213 ◦ green 95 ◦ blue 12

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

Shades of Tenne (Tawny) #D55F0C

Tints of Tenne (Tawny) #D55F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

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

R = 66.56%
G = 29.69%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D55F0C (or 0xD55F0C) is known color: Tenne (Tawny). HEX triplet: D5, 5F and 0C. RGB value is (213,95,12). Sum of RGB (Red+Green+Blue) = 213+95+12=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55F0C is #2AA0F3. Grayscale: #797979. Windows color (decimal): -2793716 or 810965. OLE color: 810965.

HSL color Cylindrical-coordinate representation of color #D55F0C: hue angle of 24.78º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D55F0C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 95 12 -
CMYK 0 0.55 0.94 0.16
HSL 24.78º 0.89% 0.44% -
HSV(B) 24.78º 0.94% 0.84% -
XYZ 31.6 22.36 3 -
YUV 120.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 213 95 12 0 0.55 0.94 0.16 24.78 0.89 0.44
Hex D5 5F C 0 37 5E 10 19 59 2C
Octal 325 137 14 0 67 136 20 31 131 54
Binary 11010101 1011111 1100 0 110111 1011110 10000 11001 1011001 101100

Color Harmonies of #D55F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F0C

Black with #D55F0C

Text Example


Text Example

White with #D55F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F0C; }

 p { color: rgb(213,95,12); }

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

background-color css

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

 a { background-color: rgb(213,95,12); }

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

border-color css

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

 span { border-color: rgb(213,95,12); }

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