Html Css Color HEX #DA2F14 Harley Davidson Orange

📋 copy color: '#DA2F14'

red 218 ◦ green 47 ◦ blue 20

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

Shades of Harley Davidson Orange #DA2F14

Tints of Harley Davidson Orange #DA2F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.49%

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 76.49%
G = 16.49%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA2F14 (or 0xDA2F14) is known color: Harley Davidson Orange. HEX triplet: DA, 2F and 14. RGB value is (218,47,20). Sum of RGB (Red+Green+Blue) = 218+47+20=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2F14 is #25D0EB. Grayscale: #5F5F5F. Windows color (decimal): -2478316 or 1322970. OLE color: 1322970.

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

Color convert

RGB 218 47 20 -
CMYK 0 0.78 0.91 0.15
HSL 8.18º 0.83% 0.47% -
HSV(B) 8.18º 0.91% 0.85% -
XYZ 30.06 16.99 2.36 -
YUV 95.05 85.65 215.7 -
System Red Green Blue C M Y K H S L
Decimal 218 47 20 0 0.78 0.91 0.15 8.18 0.83 0.47
Hex DA 2F 14 0 4E 5B F 8 53 2F
Octal 332 57 24 0 116 133 17 10 123 57
Binary 11011010 101111 10100 0 1001110 1011011 1111 1000 1010011 101111

Color Harmonies of #DA2F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F14

Black with #DA2F14

Text Example


Text Example

White with #DA2F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F14; }

 p { color: rgb(218,47,20); }

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

background-color css

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

 a { background-color: rgb(218,47,20); }

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

border-color css

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

 span { border-color: rgb(218,47,20); }

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