Html Css Color HEX #D54D02 Tenne (Tawny)

📋 copy color: '#D54D02'

red 213 ◦ green 77 ◦ blue 2

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

Shades of Tenne (Tawny) #D54D02

Tints of Tenne (Tawny) #D54D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

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

R = 72.95%
G = 26.37%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D54D02 (or 0xD54D02) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 02. RGB value is (213,77,2). Sum of RGB (Red+Green+Blue) = 213+77+2=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D02 is #2AB2FD. Grayscale: #6D6D6D. Windows color (decimal): -2798334 or 150997. OLE color: 150997.

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

Color convert

RGB 213 77 2 -
CMYK 0 0.64 0.99 0.16
HSL 21.33º 0.98% 0.42% -
HSV(B) 21.33º 0.99% 0.84% -
XYZ 30.11 19.46 2.23 -
YUV 109.11 67.56 202.1 -
System Red Green Blue C M Y K H S L
Decimal 213 77 2 0 0.64 0.99 0.16 21.33 0.98 0.42
Hex D5 4D 2 0 40 63 10 15 62 2A
Octal 325 115 2 0 100 143 20 25 142 52
Binary 11010101 1001101 10 0 1000000 1100011 10000 10101 1100010 101010

Color Harmonies of #D54D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D02

Black with #D54D02

Text Example


Text Example

White with #D54D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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