Html Css Color HEX #D24305 Tenne (Tawny)

📋 copy color: '#D24305'

red 210 ◦ green 67 ◦ blue 5

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

Shades of Tenne (Tawny) #D24305

Tints of Tenne (Tawny) #D24305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 74.47%
G = 23.76%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D24305 (or 0xD24305) is known color: Tenne (Tawny). HEX triplet: D2, 43 and 05. RGB value is (210,67,5). Sum of RGB (Red+Green+Blue) = 210+67+5=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D24305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24305 is #2DBCFA. Grayscale: #676767. Windows color (decimal): -2997499 or 345042. OLE color: 345042.

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

Color convert

RGB 210 67 5 -
CMYK 0 0.68 0.98 0.18
HSL 18.15º 0.95% 0.42% -
HSV(B) 18.15º 0.98% 0.82% -
XYZ 28.61 17.73 2.06 -
YUV 102.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 210 67 5 0 0.68 0.98 0.18 18.15 0.95 0.42
Hex D2 43 5 0 44 62 12 12 5F 2A
Octal 322 103 5 0 104 142 22 22 137 52
Binary 11010010 1000011 101 0 1000100 1100010 10010 10010 1011111 101010

Color Harmonies of #D24305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24305

Black with #D24305

Text Example


Text Example

White with #D24305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24305; }

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

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

background-color css

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

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

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

border-color css

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

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

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