Html Css Color HEX #DB351F Harley Davidson Orange

📋 copy color: '#DB351F'

red 219 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #DB351F

Tints of Harley Davidson Orange #DB351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 72.28%
G = 17.49%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB351F (or 0xDB351F) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 1F. RGB value is (219,53,31). Sum of RGB (Red+Green+Blue) = 219+53+31=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB351F is #24CAE0. Grayscale: #646464. Windows color (decimal): -2411233 or 2045403. OLE color: 2045403.

HSL color Cylindrical-coordinate representation of color #DB351F: hue angle of 7.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB351F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 53 31 -
CMYK 0 0.76 0.86 0.14
HSL 7.02º 0.75% 0.49% -
HSV(B) 7.02º 0.86% 0.86% -
XYZ 30.73 17.71 3.09 -
YUV 100.13 89 212.79 -
System Red Green Blue C M Y K H S L
Decimal 219 53 31 0 0.76 0.86 0.14 7.02 0.75 0.49
Hex DB 35 1F 0 4C 56 E 7 4B 31
Octal 333 65 37 0 114 126 16 7 113 61
Binary 11011011 110101 11111 0 1001100 1010110 1110 111 1001011 110001

Color Harmonies of #DB351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB351F

Black with #DB351F

Text Example


Text Example

White with #DB351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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