Html Css Color HEX #D54A02 Tenne (Tawny)

📋 copy color: '#D54A02'

red 213 ◦ green 74 ◦ blue 2

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

Shades of Tenne (Tawny) #D54A02

Tints of Tenne (Tawny) #D54A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

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

R = 73.7%
G = 25.61%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D54A02 (or 0xD54A02) is known color: Tenne (Tawny). HEX triplet: D5, 4A and 02. RGB value is (213,74,2). Sum of RGB (Red+Green+Blue) = 213+74+2=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A02 is #2AB5FD. Grayscale: #6B6B6B. Windows color (decimal): -2799102 or 150229. OLE color: 150229.

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

Color convert

RGB 213 74 2 -
CMYK 0 0.65 0.99 0.16
HSL 20.47º 0.98% 0.42% -
HSV(B) 20.47º 0.99% 0.84% -
XYZ 29.9 19.05 2.16 -
YUV 107.35 68.55 203.35 -
System Red Green Blue C M Y K H S L
Decimal 213 74 2 0 0.65 0.99 0.16 20.47 0.98 0.42
Hex D5 4A 2 0 41 63 10 14 62 2A
Octal 325 112 2 0 101 143 20 24 142 52
Binary 11010101 1001010 10 0 1000001 1100011 10000 10100 1100010 101010

Color Harmonies of #D54A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A02

Black with #D54A02

Text Example


Text Example

White with #D54A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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