Html Css Color HEX #D34203 Tenne (Tawny)

📋 copy color: '#D34203'

red 211 ◦ green 66 ◦ blue 3

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

Shades of Tenne (Tawny) #D34203

Tints of Tenne (Tawny) #D34203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 75.36%
G = 23.57%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D34203 (or 0xD34203) is known color: Tenne (Tawny). HEX triplet: D3, 42 and 03. RGB value is (211,66,3). Sum of RGB (Red+Green+Blue) = 211+66+3=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D34203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34203 is #2CBDFC. Grayscale: #666666. Windows color (decimal): -2932221 or 213715. OLE color: 213715.

HSL color Cylindrical-coordinate representation of color #D34203: hue angle of 18.17º degrees, saturation: 0.97, 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 #D34203 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 66 3 -
CMYK 0 0.69 0.99 0.17
HSL 18.17º 0.97% 0.42% -
HSV(B) 18.17º 0.99% 0.83% -
XYZ 28.83 17.75 1.99 -
YUV 102.17 72.04 205.62 -
System Red Green Blue C M Y K H S L
Decimal 211 66 3 0 0.69 0.99 0.17 18.17 0.97 0.42
Hex D3 42 3 0 45 63 11 12 61 2A
Octal 323 102 3 0 105 143 21 22 141 52
Binary 11010011 1000010 11 0 1000101 1100011 10001 10010 1100001 101010

Color Harmonies of #D34203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34203

Black with #D34203

Text Example


Text Example

White with #D34203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34203; }

 p { color: rgb(211,66,3); }

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

background-color css

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

 a { background-color: rgb(211,66,3); }

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

border-color css

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

 span { border-color: rgb(211,66,3); }

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