Html Css Color HEX #DA180E Harley Davidson Orange

📋 copy color: '#DA180E'

red 218 ◦ green 24 ◦ blue 14

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

Shades of Harley Davidson Orange #DA180E

Tints of Harley Davidson Orange #DA180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

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

R = 85.16%
G = 9.38%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA180E (or 0xDA180E) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 0E. RGB value is (218,24,14). Sum of RGB (Red+Green+Blue) = 218+24+14=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA180E is #25E7F1. Grayscale: #515151. Windows color (decimal): -2484210 or 923866. OLE color: 923866.

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

Color convert

RGB 218 24 14 -
CMYK 0 0.89 0.94 0.15
HSL 2.94º 0.88% 0.45% -
HSV(B) 2.94º 0.94% 0.85% -
XYZ 29.32 15.59 1.88 -
YUV 80.87 90.27 225.81 -
System Red Green Blue C M Y K H S L
Decimal 218 24 14 0 0.89 0.94 0.15 2.94 0.88 0.45
Hex DA 18 E 0 59 5E F 3 58 2D
Octal 332 30 16 0 131 136 17 3 130 55
Binary 11011010 11000 1110 0 1011001 1011110 1111 11 1011000 101101

Color Harmonies of #DA180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA180E

Black with #DA180E

Text Example


Text Example

White with #DA180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA180E; }

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

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

background-color css

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

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

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

border-color css

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

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

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