Html Css Color HEX #D24203 Tenne (Tawny)

📋 copy color: '#D24203'

red 210 ◦ green 66 ◦ blue 3

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

Shades of Tenne (Tawny) #D24203

Tints of Tenne (Tawny) #D24203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 75.27%
G = 23.66%
B = 1.08%

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

#D24203 (or 0xD24203) is known color: Tenne (Tawny). HEX triplet: D2, 42 and 03. RGB value is (210,66,3). Sum of RGB (Red+Green+Blue) = 210+66+3=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D24203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24203 is #2DBDFC. Grayscale: #666666. Windows color (decimal): -2997757 or 213714. OLE color: 213714.

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

Color convert

RGB 210 66 3 -
CMYK 0 0.69 0.99 0.18
HSL 18.26º 0.97% 0.42% -
HSV(B) 18.26º 0.99% 0.82% -
XYZ 28.54 17.6 1.98 -
YUV 101.87 72.21 205.12 -
System Red Green Blue C M Y K H S L
Decimal 210 66 3 0 0.69 0.99 0.18 18.26 0.97 0.42
Hex D2 42 3 0 45 63 12 12 61 2A
Octal 322 102 3 0 105 143 22 22 141 52
Binary 11010010 1000010 11 0 1000101 1100011 10010 10010 1100001 101010

Color Harmonies of #D24203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24203

Black with #D24203

Text Example


Text Example

White with #D24203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24203; }

 p { color: rgb(210,66,3); }

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

background-color css

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

 a { background-color: rgb(210,66,3); }

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

border-color css

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

 span { border-color: rgb(210,66,3); }

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