Html Css Color HEX #D4490B Tenne (Tawny)

📋 copy color: '#D4490B'

red 212 ◦ green 73 ◦ blue 11

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

Shades of Tenne (Tawny) #D4490B

Tints of Tenne (Tawny) #D4490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 71.62%
G = 24.66%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4490B (or 0xD4490B) is known color: Tenne (Tawny). HEX triplet: D4, 49 and 0B. RGB value is (212,73,11). Sum of RGB (Red+Green+Blue) = 212+73+11=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4490B is #2BB6F4. Grayscale: #6B6B6B. Windows color (decimal): -2864885 or 739796. OLE color: 739796.

HSL color Cylindrical-coordinate representation of color #D4490B: hue angle of 18.51º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4490B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 73 11 -
CMYK 0 0.66 0.95 0.17
HSL 18.51º 0.9% 0.44% -
HSV(B) 18.51º 0.95% 0.83% -
XYZ 29.59 18.79 2.38 -
YUV 107.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 212 73 11 0 0.66 0.95 0.17 18.51 0.9 0.44
Hex D4 49 B 0 42 5F 11 13 5A 2C
Octal 324 111 13 0 102 137 21 23 132 54
Binary 11010100 1001001 1011 0 1000010 1011111 10001 10011 1011010 101100

Color Harmonies of #D4490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4490B

Black with #D4490B

Text Example


Text Example

White with #D4490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4490B; }

 p { color: rgb(212,73,11); }

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

background-color css

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

 a { background-color: rgb(212,73,11); }

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

border-color css

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

 span { border-color: rgb(212,73,11); }

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