Html Css Color HEX #DA2B1B Harley Davidson Orange

📋 copy color: '#DA2B1B'

red 218 ◦ green 43 ◦ blue 27

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

Shades of Harley Davidson Orange #DA2B1B

Tints of Harley Davidson Orange #DA2B1B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 75.69%
G = 14.93%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA2B1B (or 0xDA2B1B) is known color: Harley Davidson Orange. HEX triplet: DA, 2B and 1B. RGB value is (218,43,27). Sum of RGB (Red+Green+Blue) = 218+43+27=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B1B is #25D4E4. Grayscale: #5D5D5D. Windows color (decimal): -2479333 or 1780698. OLE color: 1780698.

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

Color convert

RGB 218 43 27 -
CMYK 0 0.80 0.88 0.15
HSL 5.03º 0.78% 0.48% -
HSV(B) 5.03º 0.88% 0.85% -
XYZ 29.98 16.71 2.68 -
YUV 93.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 218 43 27 0 0.80 0.88 0.15 5.03 0.78 0.48
Hex DA 2B 1B 0 50 58 F 5 4E 30
Octal 332 53 33 0 120 130 17 5 116 60
Binary 11011010 101011 11011 0 1010000 1011000 1111 101 1001110 110000

Color Harmonies of #DA2B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B1B

Black with #DA2B1B

Text Example


Text Example

White with #DA2B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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