Html Css Color HEX #D54202 Tenne (Tawny)

📋 copy color: '#D54202'

red 213 ◦ green 66 ◦ blue 2

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

Shades of Tenne (Tawny) #D54202

Tints of Tenne (Tawny) #D54202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 75.8%
G = 23.49%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D54202 (or 0xD54202) is known color: Tenne (Tawny). HEX triplet: D5, 42 and 02. RGB value is (213,66,2). Sum of RGB (Red+Green+Blue) = 213+66+2=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D54202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54202 is #2ABDFD. Grayscale: #676767. Windows color (decimal): -2801150 or 148181. OLE color: 148181.

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

Color convert

RGB 213 66 2 -
CMYK 0 0.69 0.99 0.16
HSL 18.2º 0.98% 0.42% -
HSV(B) 18.2º 0.99% 0.84% -
XYZ 29.4 18.05 1.99 -
YUV 102.66 71.2 206.7 -
System Red Green Blue C M Y K H S L
Decimal 213 66 2 0 0.69 0.99 0.16 18.2 0.98 0.42
Hex D5 42 2 0 45 63 10 12 62 2A
Octal 325 102 2 0 105 143 20 22 142 52
Binary 11010101 1000010 10 0 1000101 1100011 10000 10010 1100010 101010

Color Harmonies of #D54202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54202

Black with #D54202

Text Example


Text Example

White with #D54202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54202; }

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

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

background-color css

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

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

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

border-color css

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

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

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