Html Css Color HEX #D61B19 Harley Davidson Orange

📋 copy color: '#D61B19'

red 214 ◦ green 27 ◦ blue 25

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

Shades of Harley Davidson Orange #D61B19

Tints of Harley Davidson Orange #D61B19

RGB

 RED value IS 214 (83.98% from 255) = 80.45%

 GREEN value IS 27 (10.94% from 255) = 10.15%

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 80.45%
G = 10.15%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D61B19 (or 0xD61B19) is known color: Harley Davidson Orange. HEX triplet: D6, 1B and 19. RGB value is (214,27,25). Sum of RGB (Red+Green+Blue) = 214+27+25=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61B19 is #29E4E6. Grayscale: #525252. Windows color (decimal): -2745575 or 1645526. OLE color: 1645526.

HSL color Cylindrical-coordinate representation of color #D61B19: hue angle of 0.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61B19 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 25 -
CMYK 0 0.87 0.88 0.16
HSL 0.63º 0.79% 0.47% -
HSV(B) 0.63º 0.88% 0.84% -
XYZ 28.3 15.15 2.35 -
YUV 82.69 95.45 221.66 -
System Red Green Blue C M Y K H S L
Decimal 214 27 25 0 0.87 0.88 0.16 0.63 0.79 0.47
Hex D6 1B 19 0 57 58 10 1 4F 2F
Octal 326 33 31 0 127 130 20 1 117 57
Binary 11010110 11011 11001 0 1010111 1011000 10000 1 1001111 101111

Color Harmonies of #D61B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B19

Black with #D61B19

Text Example


Text Example

White with #D61B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B19; }

 p { color: rgb(214,27,25); }

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

background-color css

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

 a { background-color: rgb(214,27,25); }

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

border-color css

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

 span { border-color: rgb(214,27,25); }

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