Html Css Color HEX #D24301 Tenne (Tawny)

📋 copy color: '#D24301'

red 210 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D24301

Tints of Tenne (Tawny) #D24301

RGB

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

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

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

R = 75.54%
G = 24.1%
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

#D24301 (or 0xD24301) is known color: Tenne (Tawny). HEX triplet: D2, 43 and 01. RGB value is (210,67,1). Sum of RGB (Red+Green+Blue) = 210+67+1=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D24301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24301 is #2DBCFE. Grayscale: #666666. Windows color (decimal): -2997503 or 82898. OLE color: 82898.

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

Color convert

RGB 210 67 1 -
CMYK 0 0.68 1.00 0.18
HSL 18.95º 0.99% 0.41% -
HSV(B) 18.95º 1% 0.82% -
XYZ 28.59 17.72 1.94 -
YUV 102.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 210 67 1 0 0.68 1.00 0.18 18.95 0.99 0.41
Hex D2 43 1 0 44 64 12 13 63 29
Octal 322 103 1 0 104 144 22 23 143 51
Binary 11010010 1000011 1 0 1000100 1100100 10010 10011 1100011 101001

Color Harmonies of #D24301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24301

Black with #D24301

Text Example


Text Example

White with #D24301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24301; }

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

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

background-color css

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

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

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

border-color css

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

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

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