Html Css Color HEX #DA1F0F Harley Davidson Orange

📋 copy color: '#DA1F0F'

red 218 ◦ green 31 ◦ blue 15

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

Shades of Harley Davidson Orange #DA1F0F

Tints of Harley Davidson Orange #DA1F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

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

R = 82.58%
G = 11.74%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA1F0F (or 0xDA1F0F) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 0F. RGB value is (218,31,15). Sum of RGB (Red+Green+Blue) = 218+31+15=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1F0F is #25E0F0. Grayscale: #555555. Windows color (decimal): -2482417 or 991194. OLE color: 991194.

HSL color Cylindrical-coordinate representation of color #DA1F0F: hue angle of 4.73º 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 #DA1F0F is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 31 15 -
CMYK 0 0.86 0.93 0.15
HSL 4.73º 0.87% 0.46% -
HSV(B) 4.73º 0.93% 0.85% -
XYZ 29.49 15.92 1.97 -
YUV 85.09 88.45 222.8 -
System Red Green Blue C M Y K H S L
Decimal 218 31 15 0 0.86 0.93 0.15 4.73 0.87 0.46
Hex DA 1F F 0 56 5D F 5 57 2E
Octal 332 37 17 0 126 135 17 5 127 56
Binary 11011010 11111 1111 0 1010110 1011101 1111 101 1010111 101110

Color Harmonies of #DA1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1F0F

Black with #DA1F0F

Text Example


Text Example

White with #DA1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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