Html Css Color HEX #DA290F Harley Davidson Orange

📋 copy color: '#DA290F'

red 218 ◦ green 41 ◦ blue 15

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

Shades of Harley Davidson Orange #DA290F

Tints of Harley Davidson Orange #DA290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 79.56%
G = 14.96%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA290F (or 0xDA290F) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 0F. RGB value is (218,41,15). Sum of RGB (Red+Green+Blue) = 218+41+15=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA290F is #25D6F0. Grayscale: #5B5B5B. Windows color (decimal): -2479857 or 993754. OLE color: 993754.

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

Color convert

RGB 218 41 15 -
CMYK 0 0.81 0.93 0.15
HSL 7.68º 0.87% 0.46% -
HSV(B) 7.68º 0.93% 0.85% -
XYZ 29.79 16.53 2.07 -
YUV 90.96 85.14 218.61 -
System Red Green Blue C M Y K H S L
Decimal 218 41 15 0 0.81 0.93 0.15 7.68 0.87 0.46
Hex DA 29 F 0 51 5D F 8 57 2E
Octal 332 51 17 0 121 135 17 10 127 56
Binary 11011010 101001 1111 0 1010001 1011101 1111 1000 1010111 101110

Color Harmonies of #DA290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA290F

Black with #DA290F

Text Example


Text Example

White with #DA290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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