Html Css Color HEX #DA1B16 Harley Davidson Orange

📋 copy color: '#DA1B16'

red 218 ◦ green 27 ◦ blue 22

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

Shades of Harley Davidson Orange #DA1B16

Tints of Harley Davidson Orange #DA1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 81.65%
G = 10.11%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1B16 (or 0xDA1B16) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 16. RGB value is (218,27,22). Sum of RGB (Red+Green+Blue) = 218+27+22=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B16 is #25E4E9. Grayscale: #535353. Windows color (decimal): -2483434 or 1448922. OLE color: 1448922.

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

Color convert

RGB 218 27 22 -
CMYK 0 0.88 0.90 0.15
HSL 1.53º 0.82% 0.47% -
HSV(B) 1.53º 0.9% 0.85% -
XYZ 29.45 15.75 2.25 -
YUV 83.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 218 27 22 0 0.88 0.90 0.15 1.53 0.82 0.47
Hex DA 1B 16 0 58 5A F 2 52 2F
Octal 332 33 26 0 130 132 17 2 122 57
Binary 11011010 11011 10110 0 1011000 1011010 1111 10 1010010 101111

Color Harmonies of #DA1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B16

Black with #DA1B16

Text Example


Text Example

White with #DA1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B16; }

 p { color: rgb(218,27,22); }

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

background-color css

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

 a { background-color: rgb(218,27,22); }

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

border-color css

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

 span { border-color: rgb(218,27,22); }

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