Html Css Color HEX #DB351B Harley Davidson Orange

📋 copy color: '#DB351B'

red 219 ◦ green 53 ◦ blue 27

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

Shades of Harley Davidson Orange #DB351B

Tints of Harley Davidson Orange #DB351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

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

R = 73.24%
G = 17.73%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB351B (or 0xDB351B) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 1B. RGB value is (219,53,27). Sum of RGB (Red+Green+Blue) = 219+53+27=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB351B is #24CAE4. Grayscale: #636363. Windows color (decimal): -2411237 or 1783259. OLE color: 1783259.

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

Color convert

RGB 219 53 27 -
CMYK 0 0.76 0.88 0.14
HSL 8.13º 0.78% 0.48% -
HSV(B) 8.13º 0.88% 0.86% -
XYZ 30.68 17.69 2.83 -
YUV 99.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 219 53 27 0 0.76 0.88 0.14 8.13 0.78 0.48
Hex DB 35 1B 0 4C 58 E 8 4E 30
Octal 333 65 33 0 114 130 16 10 116 60
Binary 11011011 110101 11011 0 1001100 1011000 1110 1000 1001110 110000

Color Harmonies of #DB351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB351B

Black with #DB351B

Text Example


Text Example

White with #DB351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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