Html Css Color HEX #DA180A Harley Davidson Orange

📋 copy color: '#DA180A'

red 218 ◦ green 24 ◦ blue 10

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

Shades of Harley Davidson Orange #DA180A

Tints of Harley Davidson Orange #DA180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 86.51%
G = 9.52%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA180A (or 0xDA180A) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 0A. RGB value is (218,24,10). Sum of RGB (Red+Green+Blue) = 218+24+10=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA180A is #25E7F5. Grayscale: #505050. Windows color (decimal): -2484214 or 661722. OLE color: 661722.

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

Color convert

RGB 218 24 10 -
CMYK 0 0.89 0.95 0.15
HSL 4.04º 0.91% 0.45% -
HSV(B) 4.04º 0.95% 0.85% -
XYZ 29.29 15.58 1.75 -
YUV 80.41 88.27 226.14 -
System Red Green Blue C M Y K H S L
Decimal 218 24 10 0 0.89 0.95 0.15 4.04 0.91 0.45
Hex DA 18 A 0 59 5F F 4 5B 2D
Octal 332 30 12 0 131 137 17 4 133 55
Binary 11011010 11000 1010 0 1011001 1011111 1111 100 1011011 101101

Color Harmonies of #DA180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA180A

Black with #DA180A

Text Example


Text Example

White with #DA180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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