Html Css Color HEX #DA370F Harley Davidson Orange

📋 copy color: '#DA370F'

red 218 ◦ green 55 ◦ blue 15

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

Shades of Harley Davidson Orange #DA370F

Tints of Harley Davidson Orange #DA370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 75.69%
G = 19.1%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA370F (or 0xDA370F) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 0F. RGB value is (218,55,15). Sum of RGB (Red+Green+Blue) = 218+55+15=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA370F is #25C8F0. Grayscale: #636363. Windows color (decimal): -2476273 or 997338. OLE color: 997338.

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

Color convert

RGB 218 55 15 -
CMYK 0 0.75 0.93 0.15
HSL 11.82º 0.87% 0.46% -
HSV(B) 11.82º 0.93% 0.85% -
XYZ 30.37 17.67 2.26 -
YUV 99.18 80.5 212.75 -
System Red Green Blue C M Y K H S L
Decimal 218 55 15 0 0.75 0.93 0.15 11.82 0.87 0.46
Hex DA 37 F 0 4B 5D F C 57 2E
Octal 332 67 17 0 113 135 17 14 127 56
Binary 11011010 110111 1111 0 1001011 1011101 1111 1100 1010111 101110

Color Harmonies of #DA370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA370F

Black with #DA370F

Text Example


Text Example

White with #DA370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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