Html Css Color HEX #DA321B Harley Davidson Orange

📋 copy color: '#DA321B'

red 218 ◦ green 50 ◦ blue 27

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

Shades of Harley Davidson Orange #DA321B

Tints of Harley Davidson Orange #DA321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

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

R = 73.9%
G = 16.95%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA321B (or 0xDA321B) is known color: Harley Davidson Orange. HEX triplet: DA, 32 and 1B. RGB value is (218,50,27). Sum of RGB (Red+Green+Blue) = 218+50+27=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA321B is #25CDE4. Grayscale: #616161. Windows color (decimal): -2477541 or 1782490. OLE color: 1782490.

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

Color convert

RGB 218 50 27 -
CMYK 0 0.77 0.88 0.15
HSL 7.23º 0.78% 0.48% -
HSV(B) 7.23º 0.88% 0.85% -
XYZ 30.25 17.27 2.78 -
YUV 97.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 218 50 27 0 0.77 0.88 0.15 7.23 0.78 0.48
Hex DA 32 1B 0 4D 58 F 7 4E 30
Octal 332 62 33 0 115 130 17 7 116 60
Binary 11011010 110010 11011 0 1001101 1011000 1111 111 1001110 110000

Color Harmonies of #DA321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA321B

Black with #DA321B

Text Example


Text Example

White with #DA321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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