Html Css Color HEX #D34301 Tenne (Tawny)

📋 copy color: '#D34301'

red 211 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D34301

Tints of Tenne (Tawny) #D34301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 75.63%
G = 24.01%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D34301 (or 0xD34301) is known color: Tenne (Tawny). HEX triplet: D3, 43 and 01. RGB value is (211,67,1). Sum of RGB (Red+Green+Blue) = 211+67+1=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D34301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34301 is #2CBCFE. Grayscale: #666666. Windows color (decimal): -2931967 or 82899. OLE color: 82899.

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

Color convert

RGB 211 67 1 -
CMYK 0 0.68 1.00 0.17
HSL 18.86º 0.99% 0.42% -
HSV(B) 18.86º 1% 0.83% -
XYZ 28.88 17.87 1.96 -
YUV 102.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 211 67 1 0 0.68 1.00 0.17 18.86 0.99 0.42
Hex D3 43 1 0 44 64 11 13 63 2A
Octal 323 103 1 0 104 144 21 23 143 52
Binary 11010011 1000011 1 0 1000100 1100100 10001 10011 1100011 101010

Color Harmonies of #D34301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34301

Black with #D34301

Text Example


Text Example

White with #D34301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34301; }

 p { color: rgb(211,67,1); }

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

background-color css

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

 a { background-color: rgb(211,67,1); }

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

border-color css

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

 span { border-color: rgb(211,67,1); }

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