Html Css Color HEX #DB331C Harley Davidson Orange

📋 copy color: '#DB331C'

red 219 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #DB331C

Tints of Harley Davidson Orange #DB331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 73.49%
G = 17.11%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB331C (or 0xDB331C) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 1C. RGB value is (219,51,28). Sum of RGB (Red+Green+Blue) = 219+51+28=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB331C is #24CCE3. Grayscale: #626262. Windows color (decimal): -2411748 or 1848283. OLE color: 1848283.

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

Color convert

RGB 219 51 28 -
CMYK 0 0.77 0.87 0.14
HSL 7.23º 0.77% 0.48% -
HSV(B) 7.23º 0.87% 0.86% -
XYZ 30.61 17.51 2.87 -
YUV 98.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 219 51 28 0 0.77 0.87 0.14 7.23 0.77 0.48
Hex DB 33 1C 0 4D 57 E 7 4D 30
Octal 333 63 34 0 115 127 16 7 115 60
Binary 11011011 110011 11100 0 1001101 1010111 1110 111 1001101 110000

Color Harmonies of #DB331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB331C

Black with #DB331C

Text Example


Text Example

White with #DB331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB331C; }

 p { color: rgb(219,51,28); }

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

background-color css

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

 a { background-color: rgb(219,51,28); }

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

border-color css

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

 span { border-color: rgb(219,51,28); }

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