Html Css Color HEX #D34402 Tenne (Tawny)

📋 copy color: '#D34402'

red 211 ◦ green 68 ◦ blue 2

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

Shades of Tenne (Tawny) #D34402

Tints of Tenne (Tawny) #D34402

RGB

 RED value IS 211 (82.81% from 255) = 75.09%

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

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

R = 75.09%
G = 24.2%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D34402 (or 0xD34402) is known color: Tenne (Tawny). HEX triplet: D3, 44 and 02. RGB value is (211,68,2). Sum of RGB (Red+Green+Blue) = 211+68+2=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D34402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34402 is #2CBBFD. Grayscale: #676767. Windows color (decimal): -2931710 or 148691. OLE color: 148691.

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

Color convert

RGB 211 68 2 -
CMYK 0 0.68 0.99 0.17
HSL 18.95º 0.98% 0.42% -
HSV(B) 18.95º 0.99% 0.83% -
XYZ 28.94 17.99 2 -
YUV 103.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 211 68 2 0 0.68 0.99 0.17 18.95 0.98 0.42
Hex D3 44 2 0 44 63 11 13 62 2A
Octal 323 104 2 0 104 143 21 23 142 52
Binary 11010011 1000100 10 0 1000100 1100011 10001 10011 1100010 101010

Color Harmonies of #D34402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34402

Black with #D34402

Text Example


Text Example

White with #D34402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34402; }

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

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

background-color css

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

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

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

border-color css

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

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

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