Html Css Color HEX #DA1A12 Harley Davidson Orange

📋 copy color: '#DA1A12'

red 218 ◦ green 26 ◦ blue 18

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

Shades of Harley Davidson Orange #DA1A12

Tints of Harley Davidson Orange #DA1A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 83.21%
G = 9.92%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1A12 (or 0xDA1A12) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 12. RGB value is (218,26,18). Sum of RGB (Red+Green+Blue) = 218+26+18=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A12 is #25E5ED. Grayscale: #525252. Windows color (decimal): -2483694 or 1186522. OLE color: 1186522.

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

Color convert

RGB 218 26 18 -
CMYK 0 0.88 0.92 0.15
HSL 2.4º 0.85% 0.46% -
HSV(B) 2.4º 0.92% 0.85% -
XYZ 29.39 15.69 2.05 -
YUV 82.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 218 26 18 0 0.88 0.92 0.15 2.4 0.85 0.46
Hex DA 1A 12 0 58 5C F 2 55 2E
Octal 332 32 22 0 130 134 17 2 125 56
Binary 11011010 11010 10010 0 1011000 1011100 1111 10 1010101 101110

Color Harmonies of #DA1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A12

Black with #DA1A12

Text Example


Text Example

White with #DA1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A12; }

 p { color: rgb(218,26,18); }

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

background-color css

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

 a { background-color: rgb(218,26,18); }

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

border-color css

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

 span { border-color: rgb(218,26,18); }

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