Html Css Color HEX #DB250F Harley Davidson Orange

📋 copy color: '#DB250F'

red 219 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #DB250F

Tints of Harley Davidson Orange #DB250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 80.81%
G = 13.65%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB250F (or 0xDB250F) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 0F. RGB value is (219,37,15). Sum of RGB (Red+Green+Blue) = 219+37+15=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB250F is #24DAF0. Grayscale: #595959. Windows color (decimal): -2415345 or 992731. OLE color: 992731.

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

Color convert

RGB 219 37 15 -
CMYK 0 0.83 0.93 0.14
HSL 6.47º 0.87% 0.46% -
HSV(B) 6.47º 0.93% 0.86% -
XYZ 29.96 16.42 2.04 -
YUV 88.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 219 37 15 0 0.83 0.93 0.14 6.47 0.87 0.46
Hex DB 25 F 0 53 5D E 6 57 2E
Octal 333 45 17 0 123 135 16 6 127 56
Binary 11011011 100101 1111 0 1010011 1011101 1110 110 1010111 101110

Color Harmonies of #DB250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB250F

Black with #DB250F

Text Example


Text Example

White with #DB250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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