Html Css Color HEX #D51616 Harley Davidson Orange

📋 copy color: '#D51616'

red 213 ◦ green 22 ◦ blue 22

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

Shades of Harley Davidson Orange #D51616

Tints of Harley Davidson Orange #D51616

RGB

 RED value IS 213 (83.59% from 255) = 82.88%

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 82.88%
G = 8.56%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D51616 (or 0xD51616) is known color: Harley Davidson Orange. HEX triplet: D5, 16 and 16. RGB value is (213,22,22). Sum of RGB (Red+Green+Blue) = 213+22+22=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D51616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51616 is #2AE9E9. Grayscale: #4F4F4F. Windows color (decimal): -2812394 or 1447637. OLE color: 1447637.

HSL color Cylindrical-coordinate representation of color #D51616: hue angle of 0º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51616 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 22 -
CMYK 0 0.90 0.90 0.16
HSL 0.81% 0.46% -
HSV(B) 0.9% 0.84% -
XYZ 27.87 14.78 2.14 -
YUV 79.11 95.78 223.5 -
System Red Green Blue C M Y K H S L
Decimal 213 22 22 0 0.90 0.90 0.16 0 0.81 0.46
Hex D5 16 16 0 5A 5A 10 0 51 2E
Octal 325 26 26 0 132 132 20 0 121 56
Binary 11010101 10110 10110 0 1011010 1011010 10000 0 1010001 101110

Color Harmonies of #D51616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51616

Black with #D51616

Text Example


Text Example

White with #D51616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51616; }

 p { color: rgb(213,22,22); }

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

background-color css

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

 a { background-color: rgb(213,22,22); }

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

border-color css

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

 span { border-color: rgb(213,22,22); }

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