Html Css Color HEX #DB1D02 Harley Davidson Orange

📋 copy color: '#DB1D02'

red 219 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #DB1D02

Tints of Harley Davidson Orange #DB1D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 87.6%
G = 11.6%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB1D02 (or 0xDB1D02) is known color: Harley Davidson Orange. HEX triplet: DB, 1D and 02. RGB value is (219,29,2). Sum of RGB (Red+Green+Blue) = 219+29+2=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1D02 is #24E2FD. Grayscale: #535353. Windows color (decimal): -2417406 or 138715. OLE color: 138715.

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

Color convert

RGB 219 29 2 -
CMYK 0 0.87 0.99 0.14
HSL 7.47º 0.98% 0.43% -
HSV(B) 7.47º 0.99% 0.86% -
XYZ 29.66 15.94 1.57 -
YUV 82.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 219 29 2 0 0.87 0.99 0.14 7.47 0.98 0.43
Hex DB 1D 2 0 57 63 E 7 62 2B
Octal 333 35 2 0 127 143 16 7 142 53
Binary 11011011 11101 10 0 1010111 1100011 1110 111 1100010 101011

Color Harmonies of #DB1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D02

Black with #DB1D02

Text Example


Text Example

White with #DB1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D02; }

 p { color: rgb(219,29,2); }

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

background-color css

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

 a { background-color: rgb(219,29,2); }

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

border-color css

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

 span { border-color: rgb(219,29,2); }

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