Html Css Color HEX #DA1A0B Harley Davidson Orange

📋 copy color: '#DA1A0B'

red 218 ◦ green 26 ◦ blue 11

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

Shades of Harley Davidson Orange #DA1A0B

Tints of Harley Davidson Orange #DA1A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 85.49%
G = 10.2%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA1A0B (or 0xDA1A0B) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 0B. RGB value is (218,26,11). Sum of RGB (Red+Green+Blue) = 218+26+11=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A0B is #25E5F4. Grayscale: #515151. Windows color (decimal): -2483701 or 727770. OLE color: 727770.

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

Color convert

RGB 218 26 11 -
CMYK 0 0.88 0.95 0.15
HSL 4.35º 0.9% 0.45% -
HSV(B) 4.35º 0.95% 0.85% -
XYZ 29.34 15.67 1.79 -
YUV 81.7 88.11 225.22 -
System Red Green Blue C M Y K H S L
Decimal 218 26 11 0 0.88 0.95 0.15 4.35 0.9 0.45
Hex DA 1A B 0 58 5F F 4 5A 2D
Octal 332 32 13 0 130 137 17 4 132 55
Binary 11011010 11010 1011 0 1011000 1011111 1111 100 1011010 101101

Color Harmonies of #DA1A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A0B

Black with #DA1A0B

Text Example


Text Example

White with #DA1A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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