Html Css Color HEX #D54602 Tenne (Tawny)

📋 copy color: '#D54602'

red 213 ◦ green 70 ◦ blue 2

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

Shades of Tenne (Tawny) #D54602

Tints of Tenne (Tawny) #D54602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

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

R = 74.74%
G = 24.56%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D54602 (or 0xD54602) is known color: Tenne (Tawny). HEX triplet: D5, 46 and 02. RGB value is (213,70,2). Sum of RGB (Red+Green+Blue) = 213+70+2=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D54602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54602 is #2AB9FD. Grayscale: #696969. Windows color (decimal): -2800126 or 149205. OLE color: 149205.

HSL color Cylindrical-coordinate representation of color #D54602: hue angle of 19.34º 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 #D54602 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 2 -
CMYK 0 0.67 0.99 0.16
HSL 19.34º 0.98% 0.42% -
HSV(B) 19.34º 0.99% 0.84% -
XYZ 29.64 18.53 2.07 -
YUV 105.01 69.88 205.03 -
System Red Green Blue C M Y K H S L
Decimal 213 70 2 0 0.67 0.99 0.16 19.34 0.98 0.42
Hex D5 46 2 0 43 63 10 13 62 2A
Octal 325 106 2 0 103 143 20 23 142 52
Binary 11010101 1000110 10 0 1000011 1100011 10000 10011 1100010 101010

Color Harmonies of #D54602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54602

Black with #D54602

Text Example


Text Example

White with #D54602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54602; }

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

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

background-color css

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

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

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

border-color css

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

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

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