Html Css Color HEX #DB270B Harley Davidson Orange

📋 copy color: '#DB270B'

red 219 ◦ green 39 ◦ blue 11

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

Shades of Harley Davidson Orange #DB270B

Tints of Harley Davidson Orange #DB270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

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

R = 81.41%
G = 14.5%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB270B (or 0xDB270B) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 0B. RGB value is (219,39,11). Sum of RGB (Red+Green+Blue) = 219+39+11=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB270B is #24D8F4. Grayscale: #595959. Windows color (decimal): -2414837 or 731099. OLE color: 731099.

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

Color convert

RGB 219 39 11 -
CMYK 0 0.82 0.95 0.14
HSL 8.08º 0.9% 0.45% -
HSV(B) 8.08º 0.95% 0.86% -
XYZ 30 16.54 1.93 -
YUV 89.63 83.63 220.28 -
System Red Green Blue C M Y K H S L
Decimal 219 39 11 0 0.82 0.95 0.14 8.08 0.9 0.45
Hex DB 27 B 0 52 5F E 8 5A 2D
Octal 333 47 13 0 122 137 16 10 132 55
Binary 11011011 100111 1011 0 1010010 1011111 1110 1000 1011010 101101

Color Harmonies of #DB270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB270B

Black with #DB270B

Text Example


Text Example

White with #DB270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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