Html Css Color HEX #D24503 Tenne (Tawny)

📋 copy color: '#D24503'

red 210 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #D24503

Tints of Tenne (Tawny) #D24503

RGB

 RED value IS 210 (82.42% from 255) = 74.47%

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

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

R = 74.47%
G = 24.47%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D24503 (or 0xD24503) is known color: Tenne (Tawny). HEX triplet: D2, 45 and 03. RGB value is (210,69,3). Sum of RGB (Red+Green+Blue) = 210+69+3=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D24503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24503 is #2DBAFC. Grayscale: #686868. Windows color (decimal): -2996989 or 214482. OLE color: 214482.

HSL color Cylindrical-coordinate representation of color #D24503: hue angle of 19.13º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D24503 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 3 -
CMYK 0 0.67 0.99 0.18
HSL 19.13º 0.97% 0.42% -
HSV(B) 19.13º 0.99% 0.82% -
XYZ 28.72 17.96 2.04 -
YUV 103.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 210 69 3 0 0.67 0.99 0.18 19.13 0.97 0.42
Hex D2 45 3 0 43 63 12 13 61 2A
Octal 322 105 3 0 103 143 22 23 141 52
Binary 11010010 1000101 11 0 1000011 1100011 10010 10011 1100001 101010

Color Harmonies of #D24503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24503

Black with #D24503

Text Example


Text Example

White with #D24503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24503; }

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

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

background-color css

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

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

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

border-color css

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

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

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