Html Css Color HEX #DB251E Harley Davidson Orange

📋 copy color: '#DB251E'

red 219 ◦ green 37 ◦ blue 30

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

Shades of Harley Davidson Orange #DB251E

Tints of Harley Davidson Orange #DB251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 76.57%
G = 12.94%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB251E (or 0xDB251E) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 1E. RGB value is (219,37,30). Sum of RGB (Red+Green+Blue) = 219+37+30=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB251E is #24DAE1. Grayscale: #5A5A5A. Windows color (decimal): -2415330 or 1975771. OLE color: 1975771.

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

Color convert

RGB 219 37 30 -
CMYK 0 0.83 0.86 0.14
HSL 2.22º 0.76% 0.49% -
HSV(B) 2.22º 0.86% 0.86% -
XYZ 30.11 16.48 2.82 -
YUV 90.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 219 37 30 0 0.83 0.86 0.14 2.22 0.76 0.49
Hex DB 25 1E 0 53 56 E 2 4C 31
Octal 333 45 36 0 123 126 16 2 114 61
Binary 11011011 100101 11110 0 1010011 1010110 1110 10 1001100 110001

Color Harmonies of #DB251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB251E

Black with #DB251E

Text Example


Text Example

White with #DB251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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