Html Css Color HEX #DB351E Harley Davidson Orange

📋 copy color: '#DB351E'

red 219 ◦ green 53 ◦ blue 30

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

Shades of Harley Davidson Orange #DB351E

Tints of Harley Davidson Orange #DB351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 72.52%
G = 17.55%
B = 9.93%

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

#DB351E (or 0xDB351E) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 1E. RGB value is (219,53,30). Sum of RGB (Red+Green+Blue) = 219+53+30=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB351E is #24CAE1. Grayscale: #646464. Windows color (decimal): -2411234 or 1979867. OLE color: 1979867.

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

Color convert

RGB 219 53 30 -
CMYK 0 0.76 0.86 0.14
HSL 7.3º 0.76% 0.49% -
HSV(B) 7.3º 0.86% 0.86% -
XYZ 30.72 17.7 3.03 -
YUV 100.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 219 53 30 0 0.76 0.86 0.14 7.3 0.76 0.49
Hex DB 35 1E 0 4C 56 E 7 4C 31
Octal 333 65 36 0 114 126 16 7 114 61
Binary 11011011 110101 11110 0 1001100 1010110 1110 111 1001100 110001

Color Harmonies of #DB351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB351E

Black with #DB351E

Text Example


Text Example

White with #DB351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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