Html Css Color HEX #DA301F Harley Davidson Orange

📋 copy color: '#DA301F'

red 218 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #DA301F

Tints of Harley Davidson Orange #DA301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 73.4%
G = 16.16%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA301F (or 0xDA301F) is known color: Harley Davidson Orange. HEX triplet: DA, 30 and 1F. RGB value is (218,48,31). Sum of RGB (Red+Green+Blue) = 218+48+31=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA301F is #25CFE0. Grayscale: #616161. Windows color (decimal): -2478049 or 2044122. OLE color: 2044122.

HSL color Cylindrical-coordinate representation of color #DA301F: hue angle of 5.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA301F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 31 -
CMYK 0 0.78 0.86 0.15
HSL 5.45º 0.75% 0.49% -
HSV(B) 5.45º 0.86% 0.85% -
XYZ 30.22 17.12 3.01 -
YUV 96.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 218 48 31 0 0.78 0.86 0.15 5.45 0.75 0.49
Hex DA 30 1F 0 4E 56 F 5 4B 31
Octal 332 60 37 0 116 126 17 5 113 61
Binary 11011010 110000 11111 0 1001110 1010110 1111 101 1001011 110001

Color Harmonies of #DA301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA301F

Black with #DA301F

Text Example


Text Example

White with #DA301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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