Html Css Color HEX #D24302 Tenne (Tawny)

📋 copy color: '#D24302'

red 210 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #D24302

Tints of Tenne (Tawny) #D24302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 75.27%
G = 24.01%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D24302 (or 0xD24302) is known color: Tenne (Tawny). HEX triplet: D2, 43 and 02. RGB value is (210,67,2). Sum of RGB (Red+Green+Blue) = 210+67+2=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D24302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24302 is #2DBCFD. Grayscale: #666666. Windows color (decimal): -2997502 or 148434. OLE color: 148434.

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

Color convert

RGB 210 67 2 -
CMYK 0 0.68 0.99 0.18
HSL 18.75º 0.98% 0.42% -
HSV(B) 18.75º 0.99% 0.82% -
XYZ 28.6 17.72 1.97 -
YUV 102.35 71.38 204.79 -
System Red Green Blue C M Y K H S L
Decimal 210 67 2 0 0.68 0.99 0.18 18.75 0.98 0.42
Hex D2 43 2 0 44 63 12 13 62 2A
Octal 322 103 2 0 104 143 22 23 142 52
Binary 11010010 1000011 10 0 1000100 1100011 10010 10011 1100010 101010

Color Harmonies of #D24302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24302

Black with #D24302

Text Example


Text Example

White with #D24302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24302; }

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

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

background-color css

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

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

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

border-color css

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

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

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