Html Css Color HEX #DB250B Harley Davidson Orange

📋 copy color: '#DB250B'

red 219 ◦ green 37 ◦ blue 11

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

Shades of Harley Davidson Orange #DB250B

Tints of Harley Davidson Orange #DB250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 82.02%
G = 13.86%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB250B (or 0xDB250B) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 0B. RGB value is (219,37,11). Sum of RGB (Red+Green+Blue) = 219+37+11=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB250B is #24DAF4. Grayscale: #585858. Windows color (decimal): -2415349 or 730587. OLE color: 730587.

HSL color Cylindrical-coordinate representation of color #DB250B: hue angle of 7.5º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB250B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 11 -
CMYK 0 0.83 0.95 0.14
HSL 7.5º 0.9% 0.45% -
HSV(B) 7.5º 0.95% 0.86% -
XYZ 29.94 16.41 1.91 -
YUV 88.45 84.3 221.11 -
System Red Green Blue C M Y K H S L
Decimal 219 37 11 0 0.83 0.95 0.14 7.5 0.9 0.45
Hex DB 25 B 0 53 5F E 8 5A 2D
Octal 333 45 13 0 123 137 16 10 132 55
Binary 11011011 100101 1011 0 1010011 1011111 1110 1000 1011010 101101

Color Harmonies of #DB250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB250B

Black with #DB250B

Text Example


Text Example

White with #DB250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB250B; }

 p { color: rgb(219,37,11); }

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

background-color css

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

 a { background-color: rgb(219,37,11); }

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

border-color css

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

 span { border-color: rgb(219,37,11); }

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