Html Css Color HEX #D24300 Tenne (Tawny)

📋 copy color: '#D24300'

red 210 ◦ green 67 ◦ blue 0

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

Shades of Tenne (Tawny) #D24300

Tints of Tenne (Tawny) #D24300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 75.81%
G = 24.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D24300 (or 0xD24300) is known color: Tenne (Tawny). HEX triplet: D2, 43 and 00. RGB value is (210,67,0). Sum of RGB (Red+Green+Blue) = 210+67+0=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D24300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24300 is #2DBCFF. Grayscale: #666666. Windows color (decimal): -2997504 or 17362. OLE color: 17362.

HSL color Cylindrical-coordinate representation of color #D24300: hue angle of 19.14º 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 #D24300 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 67 0 -
CMYK 0 0.68 1 0.18
HSL 19.14º 1% 0.41% -
HSV(B) 19.14º 1% 0.82% -
XYZ 28.59 17.72 1.91 -
YUV 102.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 210 67 0 0 0.68 1 0.18 19.14 1 0.41
Hex D2 43 0 0 44 64 12 13 64 29
Octal 322 103 0 0 104 144 22 23 144 51
Binary 11010010 1000011 0 0 1000100 1100100 10010 10011 1100100 101001

Color Harmonies of #D24300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24300

Black with #D24300

Text Example


Text Example

White with #D24300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24300; }

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

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

background-color css

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

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

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

border-color css

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

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

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