Html Css Color HEX #D04302 Tenne (Tawny)

📋 copy color: '#D04302'

red 208 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #D04302

Tints of Tenne (Tawny) #D04302

RGB

 RED value IS 208 (81.64% from 255) = 75.09%

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 75.09%
G = 24.19%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D04302 (or 0xD04302) is known color: Tenne (Tawny). HEX triplet: D0, 43 and 02. RGB value is (208,67,2). Sum of RGB (Red+Green+Blue) = 208+67+2=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D04302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04302 is #2FBCFD. Grayscale: #666666. Windows color (decimal): -3128574 or 148432. OLE color: 148432.

HSL color Cylindrical-coordinate representation of color #D04302: hue angle of 18.93º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D04302 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 2 -
CMYK 0 0.68 0.99 0.18
HSL 18.93º 0.98% 0.41% -
HSV(B) 18.93º 0.99% 0.82% -
XYZ 28.03 17.43 1.94 -
YUV 101.75 71.71 203.79 -
System Red Green Blue C M Y K H S L
Decimal 208 67 2 0 0.68 0.99 0.18 18.93 0.98 0.41
Hex D0 43 2 0 44 63 12 13 62 29
Octal 320 103 2 0 104 143 22 23 142 51
Binary 11010000 1000011 10 0 1000100 1100011 10010 10011 1100010 101001

Color Harmonies of #D04302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04302

Black with #D04302

Text Example


Text Example

White with #D04302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04302; }

 p { color: rgb(208,67,2); }

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

background-color css

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

 a { background-color: rgb(208,67,2); }

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

border-color css

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

 span { border-color: rgb(208,67,2); }

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