Html Css Color HEX #DA4213 Harley Davidson Orange

📋 copy color: '#DA4213'

red 218 ◦ green 66 ◦ blue 19

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

Shades of Harley Davidson Orange #DA4213

Tints of Harley Davidson Orange #DA4213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 71.95%
G = 21.78%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4213 (or 0xDA4213) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 13. RGB value is (218,66,19). Sum of RGB (Red+Green+Blue) = 218+66+19=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4213 is #25BDEC. Grayscale: #6A6A6A. Windows color (decimal): -2473453 or 1262298. OLE color: 1262298.

HSL color Cylindrical-coordinate representation of color #DA4213: hue angle of 14.17º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4213 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 19 -
CMYK 0 0.70 0.91 0.15
HSL 14.17º 0.84% 0.46% -
HSV(B) 14.17º 0.91% 0.85% -
XYZ 30.98 18.85 2.62 -
YUV 106.09 78.86 207.82 -
System Red Green Blue C M Y K H S L
Decimal 218 66 19 0 0.70 0.91 0.15 14.17 0.84 0.46
Hex DA 42 13 0 46 5B F E 54 2E
Octal 332 102 23 0 106 133 17 16 124 56
Binary 11011010 1000010 10011 0 1000110 1011011 1111 1110 1010100 101110

Color Harmonies of #DA4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4213

Black with #DA4213

Text Example


Text Example

White with #DA4213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4213; }

 p { color: rgb(218,66,19); }

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

background-color css

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

 a { background-color: rgb(218,66,19); }

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

border-color css

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

 span { border-color: rgb(218,66,19); }

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