Html Css Color HEX #DB251A Harley Davidson Orange

📋 copy color: '#DB251A'

red 219 ◦ green 37 ◦ blue 26

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

Shades of Harley Davidson Orange #DB251A

Tints of Harley Davidson Orange #DB251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 77.66%
G = 13.12%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB251A (or 0xDB251A) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 1A. RGB value is (219,37,26). Sum of RGB (Red+Green+Blue) = 219+37+26=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB251A is #24DAE5. Grayscale: #5A5A5A. Windows color (decimal): -2415334 or 1713627. OLE color: 1713627.

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

Color convert

RGB 219 37 26 -
CMYK 0 0.83 0.88 0.14
HSL 3.42º 0.79% 0.48% -
HSV(B) 3.42º 0.88% 0.86% -
XYZ 30.06 16.46 2.57 -
YUV 90.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 219 37 26 0 0.83 0.88 0.14 3.42 0.79 0.48
Hex DB 25 1A 0 53 58 E 3 4F 30
Octal 333 45 32 0 123 130 16 3 117 60
Binary 11011011 100101 11010 0 1010011 1011000 1110 11 1001111 110000

Color Harmonies of #DB251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB251A

Black with #DB251A

Text Example


Text Example

White with #DB251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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