Html Css Color HEX #D55007 Tenne (Tawny)

📋 copy color: '#D55007'

red 213 ◦ green 80 ◦ blue 7

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

Shades of Tenne (Tawny) #D55007

Tints of Tenne (Tawny) #D55007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 71%
G = 26.67%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D55007 (or 0xD55007) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 07. RGB value is (213,80,7). Sum of RGB (Red+Green+Blue) = 213+80+7=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D55007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55007 is #2AAFF8. Grayscale: #6F6F6F. Windows color (decimal): -2797561 or 479445. OLE color: 479445.

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

Color convert

RGB 213 80 7 -
CMYK 0 0.62 0.97 0.16
HSL 21.26º 0.94% 0.43% -
HSV(B) 21.26º 0.97% 0.84% -
XYZ 30.35 19.9 2.44 -
YUV 111.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 213 80 7 0 0.62 0.97 0.16 21.26 0.94 0.43
Hex D5 50 7 0 3E 61 10 15 5E 2B
Octal 325 120 7 0 76 141 20 25 136 53
Binary 11010101 1010000 111 0 111110 1100001 10000 10101 1011110 101011

Color Harmonies of #D55007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55007

Black with #D55007

Text Example


Text Example

White with #D55007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55007; }

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

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

background-color css

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

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

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

border-color css

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

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

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