Html Css Color HEX #DA190A Harley Davidson Orange

📋 copy color: '#DA190A'

red 218 ◦ green 25 ◦ blue 10

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

Shades of Harley Davidson Orange #DA190A

Tints of Harley Davidson Orange #DA190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

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

R = 86.17%
G = 9.88%
B = 3.95%

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

#DA190A (or 0xDA190A) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 0A. RGB value is (218,25,10). Sum of RGB (Red+Green+Blue) = 218+25+10=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA190A is #25E6F5. Grayscale: #515151. Windows color (decimal): -2483958 or 661978. OLE color: 661978.

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

Color convert

RGB 218 25 10 -
CMYK 0 0.89 0.95 0.15
HSL 4.33º 0.91% 0.45% -
HSV(B) 4.33º 0.95% 0.85% -
XYZ 29.32 15.62 1.76 -
YUV 81 87.94 225.72 -
System Red Green Blue C M Y K H S L
Decimal 218 25 10 0 0.89 0.95 0.15 4.33 0.91 0.45
Hex DA 19 A 0 59 5F F 4 5B 2D
Octal 332 31 12 0 131 137 17 4 133 55
Binary 11011010 11001 1010 0 1011001 1011111 1111 100 1011011 101101

Color Harmonies of #DA190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA190A

Black with #DA190A

Text Example


Text Example

White with #DA190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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