Html Css Color HEX #DA4001 Tenne (Tawny)

📋 copy color: '#DA4001'

red 218 ◦ green 64 ◦ blue 1

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

Shades of Tenne (Tawny) #DA4001

Tints of Tenne (Tawny) #DA4001

RGB

 RED value IS 218 (85.55% from 255) = 77.03%

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 77.03%
G = 22.61%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA4001 (or 0xDA4001) is known color: Tenne (Tawny). HEX triplet: DA, 40 and 01. RGB value is (218,64,1). Sum of RGB (Red+Green+Blue) = 218+64+1=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4001 is #25BFFE. Grayscale: #676767. Windows color (decimal): -2473983 or 82138. OLE color: 82138.

HSL color Cylindrical-coordinate representation of color #DA4001: hue angle of 17.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA4001 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 1 -
CMYK 0 0.71 1.00 0.15
HSL 17.42º 0.99% 0.43% -
HSV(B) 17.42º 1% 0.85% -
XYZ 30.75 18.57 1.99 -
YUV 102.86 70.52 210.12 -
System Red Green Blue C M Y K H S L
Decimal 218 64 1 0 0.71 1.00 0.15 17.42 0.99 0.43
Hex DA 40 1 0 47 64 F 11 63 2B
Octal 332 100 1 0 107 144 17 21 143 53
Binary 11011010 1000000 1 0 1000111 1100100 1111 10001 1100011 101011

Color Harmonies of #DA4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4001

Black with #DA4001

Text Example


Text Example

White with #DA4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4001; }

 p { color: rgb(218,64,1); }

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

background-color css

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

 a { background-color: rgb(218,64,1); }

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

border-color css

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

 span { border-color: rgb(218,64,1); }

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