Html Css Color HEX #DB421B Harley Davidson Orange

📋 copy color: '#DB421B'

red 219 ◦ green 66 ◦ blue 27

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

Shades of Harley Davidson Orange #DB421B

Tints of Harley Davidson Orange #DB421B

RGB

 RED value IS 219 (85.94% from 255) = 70.19%

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 70.19%
G = 21.15%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB421B (or 0xDB421B) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 1B. RGB value is (219,66,27). Sum of RGB (Red+Green+Blue) = 219+66+27=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB421B is #24BDE4. Grayscale: #6B6B6B. Windows color (decimal): -2407909 or 1786587. OLE color: 1786587.

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

Color convert

RGB 219 66 27 -
CMYK 0 0.70 0.88 0.14
HSL 12.19º 0.78% 0.48% -
HSV(B) 12.19º 0.88% 0.86% -
XYZ 31.36 19.04 3.06 -
YUV 107.3 82.69 207.67 -
System Red Green Blue C M Y K H S L
Decimal 219 66 27 0 0.70 0.88 0.14 12.19 0.78 0.48
Hex DB 42 1B 0 46 58 E C 4E 30
Octal 333 102 33 0 106 130 16 14 116 60
Binary 11011011 1000010 11011 0 1000110 1011000 1110 1100 1001110 110000

Color Harmonies of #DB421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB421B

Black with #DB421B

Text Example


Text Example

White with #DB421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB421B; }

 p { color: rgb(219,66,27); }

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

background-color css

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

 a { background-color: rgb(219,66,27); }

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

border-color css

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

 span { border-color: rgb(219,66,27); }

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