Html Css Color HEX #D34B00 Tenne (Tawny)

📋 copy color: '#D34B00'

red 211 ◦ green 75 ◦ blue 0

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

Shades of Tenne (Tawny) #D34B00

Tints of Tenne (Tawny) #D34B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.78%
G = 26.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D34B00 (or 0xD34B00) is known color: Tenne (Tawny). HEX triplet: D3, 4B and 00. RGB value is (211,75,0). Sum of RGB (Red+Green+Blue) = 211+75+0=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34B00 is #2CB4FF. Grayscale: #6B6B6B. Windows color (decimal): -2929920 or 19411. OLE color: 19411.

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

Color convert

RGB 211 75 0 -
CMYK 0 0.64 1 0.17
HSL 21.33º 1% 0.41% -
HSV(B) 21.33º 1% 0.83% -
XYZ 29.38 18.88 2.1 -
YUV 107.11 67.56 202.1 -
System Red Green Blue C M Y K H S L
Decimal 211 75 0 0 0.64 1 0.17 21.33 1 0.41
Hex D3 4B 0 0 40 64 11 15 64 29
Octal 323 113 0 0 100 144 21 25 144 51
Binary 11010011 1001011 0 0 1000000 1100100 10001 10101 1100100 101001

Color Harmonies of #D34B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34B00

Black with #D34B00

Text Example


Text Example

White with #D34B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34B00; }

 p { color: rgb(211,75,0); }

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

background-color css

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

 a { background-color: rgb(211,75,0); }

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

border-color css

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

 span { border-color: rgb(211,75,0); }

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