Html Css Color HEX #DA1E12 Harley Davidson Orange

📋 copy color: '#DA1E12'

red 218 ◦ green 30 ◦ blue 18

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

Shades of Harley Davidson Orange #DA1E12

Tints of Harley Davidson Orange #DA1E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.28%

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

R = 81.95%
G = 11.28%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1E12 (or 0xDA1E12) is known color: Harley Davidson Orange. HEX triplet: DA, 1E and 12. RGB value is (218,30,18). Sum of RGB (Red+Green+Blue) = 218+30+18=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1E12 is #25E1ED. Grayscale: #555555. Windows color (decimal): -2482670 or 1187546. OLE color: 1187546.

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

Color convert

RGB 218 30 18 -
CMYK 0 0.86 0.92 0.15
HSL 3.6º 0.85% 0.46% -
HSV(B) 3.6º 0.92% 0.85% -
XYZ 29.49 15.88 2.08 -
YUV 84.84 90.28 222.98 -
System Red Green Blue C M Y K H S L
Decimal 218 30 18 0 0.86 0.92 0.15 3.6 0.85 0.46
Hex DA 1E 12 0 56 5C F 4 55 2E
Octal 332 36 22 0 126 134 17 4 125 56
Binary 11011010 11110 10010 0 1010110 1011100 1111 100 1010101 101110

Color Harmonies of #DA1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E12

Black with #DA1E12

Text Example


Text Example

White with #DA1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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