Html Css Color HEX #DA370D Harley Davidson Orange

📋 copy color: '#DA370D'

red 218 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #DA370D

Tints of Harley Davidson Orange #DA370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 76.22%
G = 19.23%
B = 4.55%

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

#DA370D (or 0xDA370D) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 0D. RGB value is (218,55,13). Sum of RGB (Red+Green+Blue) = 218+55+13=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA370D is #25C8F2. Grayscale: #636363. Windows color (decimal): -2476275 or 866266. OLE color: 866266.

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

Color convert

RGB 218 55 13 -
CMYK 0 0.75 0.94 0.15
HSL 12.29º 0.89% 0.45% -
HSV(B) 12.29º 0.94% 0.85% -
XYZ 30.35 17.67 2.19 -
YUV 98.95 79.5 212.92 -
System Red Green Blue C M Y K H S L
Decimal 218 55 13 0 0.75 0.94 0.15 12.29 0.89 0.45
Hex DA 37 D 0 4B 5E F C 59 2D
Octal 332 67 15 0 113 136 17 14 131 55
Binary 11011010 110111 1101 0 1001011 1011110 1111 1100 1011001 101101

Color Harmonies of #DA370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA370D

Black with #DA370D

Text Example


Text Example

White with #DA370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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