Html Css Color HEX #D41919 Harley Davidson Orange

📋 copy color: '#D41919'

red 212 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #D41919

Tints of Harley Davidson Orange #D41919

RGB

 RED value IS 212 (83.2% from 255) = 80.92%

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 80.92%
G = 9.54%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D41919 (or 0xD41919) is known color: Harley Davidson Orange. HEX triplet: D4, 19 and 19. RGB value is (212,25,25). Sum of RGB (Red+Green+Blue) = 212+25+25=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D41919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41919 is #2BE6E6. Grayscale: #515151. Windows color (decimal): -2877159 or 1645012. OLE color: 1645012.

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

Color convert

RGB 212 25 25 -
CMYK 0 0.88 0.88 0.17
HSL 0.79% 0.46% -
HSV(B) 0.88% 0.83% -
XYZ 27.67 14.76 2.31 -
YUV 80.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 212 25 25 0 0.88 0.88 0.17 0 0.79 0.46
Hex D4 19 19 0 58 58 11 0 4F 2E
Octal 324 31 31 0 130 130 21 0 117 56
Binary 11010100 11001 11001 0 1011000 1011000 10001 0 1001111 101110

Color Harmonies of #D41919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41919

Black with #D41919

Text Example


Text Example

White with #D41919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41919; }

 p { color: rgb(212,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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