Html Css Color HEX #D24500 Tenne (Tawny)

📋 copy color: '#D24500'

red 210 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #D24500

Tints of Tenne (Tawny) #D24500

RGB

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

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

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

R = 75.27%
G = 24.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D24500 (or 0xD24500) is known color: Tenne (Tawny). HEX triplet: D2, 45 and 00. RGB value is (210,69,0). Sum of RGB (Red+Green+Blue) = 210+69+0=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D24500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24500 is #2DBAFF. Grayscale: #676767. Windows color (decimal): -2996992 or 17874. OLE color: 17874.

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

Color convert

RGB 210 69 0 -
CMYK 0 0.67 1 0.18
HSL 19.71º 1% 0.41% -
HSV(B) 19.71º 1% 0.82% -
XYZ 28.71 17.96 1.95 -
YUV 103.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 210 69 0 0 0.67 1 0.18 19.71 1 0.41
Hex D2 45 0 0 43 64 12 14 64 29
Octal 322 105 0 0 103 144 22 24 144 51
Binary 11010010 1000101 0 0 1000011 1100100 10010 10100 1100100 101001

Color Harmonies of #D24500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24500

Black with #D24500

Text Example


Text Example

White with #D24500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24500; }

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

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

background-color css

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

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

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

border-color css

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

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

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