Html Css Color HEX #DB230F Harley Davidson Orange

📋 copy color: '#DB230F'

red 219 ◦ green 35 ◦ blue 15

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

Shades of Harley Davidson Orange #DB230F

Tints of Harley Davidson Orange #DB230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 81.41%
G = 13.01%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB230F (or 0xDB230F) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 0F. RGB value is (219,35,15). Sum of RGB (Red+Green+Blue) = 219+35+15=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB230F is #24DCF0. Grayscale: #585858. Windows color (decimal): -2415857 or 992219. OLE color: 992219.

HSL color Cylindrical-coordinate representation of color #DB230F: hue angle of 5.88º 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 #DB230F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 35 15 -
CMYK 0 0.84 0.93 0.14
HSL 5.88º 0.87% 0.46% -
HSV(B) 5.88º 0.93% 0.86% -
XYZ 29.9 16.3 2.02 -
YUV 87.74 86.96 221.63 -
System Red Green Blue C M Y K H S L
Decimal 219 35 15 0 0.84 0.93 0.14 5.88 0.87 0.46
Hex DB 23 F 0 54 5D E 6 57 2E
Octal 333 43 17 0 124 135 16 6 127 56
Binary 11011011 100011 1111 0 1010100 1011101 1110 110 1010111 101110

Color Harmonies of #DB230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB230F

Black with #DB230F

Text Example


Text Example

White with #DB230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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