Html Css Color HEX #DA301D Harley Davidson Orange

📋 copy color: '#DA301D'

red 218 ◦ green 48 ◦ blue 29

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

Shades of Harley Davidson Orange #DA301D

Tints of Harley Davidson Orange #DA301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 73.9%
G = 16.27%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA301D (or 0xDA301D) is known color: Harley Davidson Orange. HEX triplet: DA, 30 and 1D. RGB value is (218,48,29). Sum of RGB (Red+Green+Blue) = 218+48+29=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA301D is #25CFE2. Grayscale: #606060. Windows color (decimal): -2478051 or 1913050. OLE color: 1913050.

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

Color convert

RGB 218 48 29 -
CMYK 0 0.78 0.87 0.15
HSL 6.03º 0.77% 0.48% -
HSV(B) 6.03º 0.87% 0.85% -
XYZ 30.19 17.11 2.87 -
YUV 96.66 89.82 214.54 -
System Red Green Blue C M Y K H S L
Decimal 218 48 29 0 0.78 0.87 0.15 6.03 0.77 0.48
Hex DA 30 1D 0 4E 57 F 6 4D 30
Octal 332 60 35 0 116 127 17 6 115 60
Binary 11011010 110000 11101 0 1001110 1010111 1111 110 1001101 110000

Color Harmonies of #DA301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA301D

Black with #DA301D

Text Example


Text Example

White with #DA301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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