Html Css Color HEX #D44503 Tenne (Tawny)

📋 copy color: '#D44503'

red 212 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #D44503

Tints of Tenne (Tawny) #D44503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 74.65%
G = 24.3%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D44503 (or 0xD44503) is known color: Tenne (Tawny). HEX triplet: D4, 45 and 03. RGB value is (212,69,3). Sum of RGB (Red+Green+Blue) = 212+69+3=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D44503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44503 is #2BBAFC. Grayscale: #686868. Windows color (decimal): -2865917 or 214484. OLE color: 214484.

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

Color convert

RGB 212 69 3 -
CMYK 0 0.67 0.99 0.17
HSL 18.95º 0.97% 0.42% -
HSV(B) 18.95º 0.99% 0.83% -
XYZ 29.3 18.26 2.07 -
YUV 104.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 212 69 3 0 0.67 0.99 0.17 18.95 0.97 0.42
Hex D4 45 3 0 43 63 11 13 61 2A
Octal 324 105 3 0 103 143 21 23 141 52
Binary 11010100 1000101 11 0 1000011 1100011 10001 10011 1100001 101010

Color Harmonies of #D44503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44503

Black with #D44503

Text Example


Text Example

White with #D44503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44503; }

 p { color: rgb(212,69,3); }

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

background-color css

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

 a { background-color: rgb(212,69,3); }

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

border-color css

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

 span { border-color: rgb(212,69,3); }

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