Html Css Color HEX #DA290E Harley Davidson Orange

📋 copy color: '#DA290E'

red 218 ◦ green 41 ◦ blue 14

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

Shades of Harley Davidson Orange #DA290E

Tints of Harley Davidson Orange #DA290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 79.85%
G = 15.02%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA290E (or 0xDA290E) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 0E. RGB value is (218,41,14). Sum of RGB (Red+Green+Blue) = 218+41+14=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA290E is #25D6F1. Grayscale: #5B5B5B. Windows color (decimal): -2479858 or 928218. OLE color: 928218.

HSL color Cylindrical-coordinate representation of color #DA290E: hue angle of 7.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA290E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 14 -
CMYK 0 0.81 0.94 0.15
HSL 7.94º 0.88% 0.45% -
HSV(B) 7.94º 0.94% 0.85% -
XYZ 29.79 16.52 2.03 -
YUV 90.85 84.64 218.7 -
System Red Green Blue C M Y K H S L
Decimal 218 41 14 0 0.81 0.94 0.15 7.94 0.88 0.45
Hex DA 29 E 0 51 5E F 8 58 2D
Octal 332 51 16 0 121 136 17 10 130 55
Binary 11011010 101001 1110 0 1010001 1011110 1111 1000 1011000 101101

Color Harmonies of #DA290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA290E

Black with #DA290E

Text Example


Text Example

White with #DA290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA290E; }

 p { color: rgb(218,41,14); }

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

background-color css

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

 a { background-color: rgb(218,41,14); }

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

border-color css

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

 span { border-color: rgb(218,41,14); }

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