Html Css Color HEX #DA370E Harley Davidson Orange

📋 copy color: '#DA370E'

red 218 ◦ green 55 ◦ blue 14

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

Shades of Harley Davidson Orange #DA370E

Tints of Harley Davidson Orange #DA370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 75.96%
G = 19.16%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA370E (or 0xDA370E) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 0E. RGB value is (218,55,14). Sum of RGB (Red+Green+Blue) = 218+55+14=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA370E is #25C8F1. Grayscale: #636363. Windows color (decimal): -2476274 or 931802. OLE color: 931802.

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

Color convert

RGB 218 55 14 -
CMYK 0 0.75 0.94 0.15
HSL 12.06º 0.88% 0.45% -
HSV(B) 12.06º 0.94% 0.85% -
XYZ 30.36 17.67 2.23 -
YUV 99.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 218 55 14 0 0.75 0.94 0.15 12.06 0.88 0.45
Hex DA 37 E 0 4B 5E F C 58 2D
Octal 332 67 16 0 113 136 17 14 130 55
Binary 11011010 110111 1110 0 1001011 1011110 1111 1100 1011000 101101

Color Harmonies of #DA370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA370E

Black with #DA370E

Text Example


Text Example

White with #DA370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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