Html Css Color HEX #D24401 Tenne (Tawny)

📋 copy color: '#D24401'

red 210 ◦ green 68 ◦ blue 1

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

Shades of Tenne (Tawny) #D24401

Tints of Tenne (Tawny) #D24401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 75.27%
G = 24.37%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D24401 (or 0xD24401) is known color: Tenne (Tawny). HEX triplet: D2, 44 and 01. RGB value is (210,68,1). Sum of RGB (Red+Green+Blue) = 210+68+1=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D24401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24401 is #2DBBFE. Grayscale: #676767. Windows color (decimal): -2997247 or 83154. OLE color: 83154.

HSL color Cylindrical-coordinate representation of color #D24401: hue angle of 19.23º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D24401 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 1 -
CMYK 0 0.68 1.00 0.18
HSL 19.23º 0.99% 0.41% -
HSV(B) 19.23º 1% 0.82% -
XYZ 28.65 17.84 1.96 -
YUV 102.82 70.54 204.45 -
System Red Green Blue C M Y K H S L
Decimal 210 68 1 0 0.68 1.00 0.18 19.23 0.99 0.41
Hex D2 44 1 0 44 64 12 13 63 29
Octal 322 104 1 0 104 144 22 23 143 51
Binary 11010010 1000100 1 0 1000100 1100100 10010 10011 1100011 101001

Color Harmonies of #D24401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24401

Black with #D24401

Text Example


Text Example

White with #D24401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24401; }

 p { color: rgb(210,68,1); }

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

background-color css

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

 a { background-color: rgb(210,68,1); }

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

border-color css

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

 span { border-color: rgb(210,68,1); }

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