Html Css Color HEX #D55A02 Tenne (Tawny)

📋 copy color: '#D55A02'

red 213 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #D55A02

Tints of Tenne (Tawny) #D55A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 69.84%
G = 29.51%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D55A02 (or 0xD55A02) is known color: Tenne (Tawny). HEX triplet: D5, 5A and 02. RGB value is (213,90,2). Sum of RGB (Red+Green+Blue) = 213+90+2=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A02 is #2AA5FD. Grayscale: #757575. Windows color (decimal): -2795006 or 154325. OLE color: 154325.

HSL color Cylindrical-coordinate representation of color #D55A02: hue angle of 25.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D55A02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 2 -
CMYK 0 0.58 0.99 0.16
HSL 25.02º 0.98% 0.42% -
HSV(B) 25.02º 0.99% 0.84% -
XYZ 31.11 21.46 2.56 -
YUV 116.75 63.25 196.66 -
System Red Green Blue C M Y K H S L
Decimal 213 90 2 0 0.58 0.99 0.16 25.02 0.98 0.42
Hex D5 5A 2 0 3A 63 10 19 62 2A
Octal 325 132 2 0 72 143 20 31 142 52
Binary 11010101 1011010 10 0 111010 1100011 10000 11001 1100010 101010

Color Harmonies of #D55A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A02

Black with #D55A02

Text Example


Text Example

White with #D55A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A02; }

 p { color: rgb(213,90,2); }

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

background-color css

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

 a { background-color: rgb(213,90,2); }

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

border-color css

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

 span { border-color: rgb(213,90,2); }

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