Html Css Color HEX #D44D12 Tenne (Tawny)

📋 copy color: '#D44D12'

red 212 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #D44D12

Tints of Tenne (Tawny) #D44D12

RGB

 RED value IS 212 (83.2% from 255) = 69.06%

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 69.06%
G = 25.08%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D44D12 (or 0xD44D12) is known color: Tenne (Tawny). HEX triplet: D4, 4D and 12. RGB value is (212,77,18). Sum of RGB (Red+Green+Blue) = 212+77+18=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44D12 is #2BB2ED. Grayscale: #6F6F6F. Windows color (decimal): -2863854 or 1199572. OLE color: 1199572.

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

Color convert

RGB 212 77 18 -
CMYK 0 0.64 0.92 0.17
HSL 18.25º 0.84% 0.45% -
HSV(B) 18.25º 0.92% 0.83% -
XYZ 29.91 19.35 2.73 -
YUV 110.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 212 77 18 0 0.64 0.92 0.17 18.25 0.84 0.45
Hex D4 4D 12 0 40 5C 11 12 54 2D
Octal 324 115 22 0 100 134 21 22 124 55
Binary 11010100 1001101 10010 0 1000000 1011100 10001 10010 1010100 101101

Color Harmonies of #D44D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D12

Black with #D44D12

Text Example


Text Example

White with #D44D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D12; }

 p { color: rgb(212,77,18); }

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

background-color css

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

 a { background-color: rgb(212,77,18); }

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

border-color css

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

 span { border-color: rgb(212,77,18); }

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