Html Css Color HEX #D24102 Tenne (Tawny)

📋 copy color: '#D24102'

red 210 ◦ green 65 ◦ blue 2

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

Shades of Tenne (Tawny) #D24102

Tints of Tenne (Tawny) #D24102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 75.81%
G = 23.47%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D24102 (or 0xD24102) is known color: Tenne (Tawny). HEX triplet: D2, 41 and 02. RGB value is (210,65,2). Sum of RGB (Red+Green+Blue) = 210+65+2=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D24102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24102 is #2DBEFD. Grayscale: #656565. Windows color (decimal): -2998014 or 147922. OLE color: 147922.

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

Color convert

RGB 210 65 2 -
CMYK 0 0.69 0.99 0.18
HSL 18.17º 0.98% 0.42% -
HSV(B) 18.17º 0.99% 0.82% -
XYZ 28.48 17.49 1.93 -
YUV 101.17 72.04 205.62 -
System Red Green Blue C M Y K H S L
Decimal 210 65 2 0 0.69 0.99 0.18 18.17 0.98 0.42
Hex D2 41 2 0 45 63 12 12 62 2A
Octal 322 101 2 0 105 143 22 22 142 52
Binary 11010010 1000001 10 0 1000101 1100011 10010 10010 1100010 101010

Color Harmonies of #D24102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24102

Black with #D24102

Text Example


Text Example

White with #D24102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24102; }

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

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

background-color css

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

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

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

border-color css

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

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

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