Html Css Color HEX #D54402 Tenne (Tawny)

📋 copy color: '#D54402'

red 213 ◦ green 68 ◦ blue 2

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

Shades of Tenne (Tawny) #D54402

Tints of Tenne (Tawny) #D54402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 75.27%
G = 24.03%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D54402 (or 0xD54402) is known color: Tenne (Tawny). HEX triplet: D5, 44 and 02. RGB value is (213,68,2). Sum of RGB (Red+Green+Blue) = 213+68+2=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D54402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54402 is #2ABBFD. Grayscale: #686868. Windows color (decimal): -2800638 or 148693. OLE color: 148693.

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

Color convert

RGB 213 68 2 -
CMYK 0 0.68 0.99 0.16
HSL 18.77º 0.98% 0.42% -
HSV(B) 18.77º 0.99% 0.84% -
XYZ 29.52 18.28 2.03 -
YUV 103.83 70.54 205.87 -
System Red Green Blue C M Y K H S L
Decimal 213 68 2 0 0.68 0.99 0.16 18.77 0.98 0.42
Hex D5 44 2 0 44 63 10 13 62 2A
Octal 325 104 2 0 104 143 20 23 142 52
Binary 11010101 1000100 10 0 1000100 1100011 10000 10011 1100010 101010

Color Harmonies of #D54402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54402

Black with #D54402

Text Example


Text Example

White with #D54402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54402; }

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

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

background-color css

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

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

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

border-color css

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

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

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