Html Css Color HEX #D43919 Harley Davidson Orange

📋 copy color: '#D43919'

red 212 ◦ green 57 ◦ blue 25

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

Shades of Harley Davidson Orange #D43919

Tints of Harley Davidson Orange #D43919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 72.11%
G = 19.39%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D43919 (or 0xD43919) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 19. RGB value is (212,57,25). Sum of RGB (Red+Green+Blue) = 212+57+25=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D43919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43919 is #2BC6E6. Grayscale: #636363. Windows color (decimal): -2868967 or 1653204. OLE color: 1653204.

HSL color Cylindrical-coordinate representation of color #D43919: hue angle of 10.27º 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 #D43919 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 57 25 -
CMYK 0 0.73 0.88 0.17
HSL 10.27º 0.79% 0.46% -
HSV(B) 10.27º 0.88% 0.83% -
XYZ 28.79 16.99 2.68 -
YUV 99.7 85.85 208.1 -
System Red Green Blue C M Y K H S L
Decimal 212 57 25 0 0.73 0.88 0.17 10.27 0.79 0.46
Hex D4 39 19 0 49 58 11 A 4F 2E
Octal 324 71 31 0 111 130 21 12 117 56
Binary 11010100 111001 11001 0 1001001 1011000 10001 1010 1001111 101110

Color Harmonies of #D43919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43919

Black with #D43919

Text Example


Text Example

White with #D43919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43919; }

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

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

background-color css

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

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

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

border-color css

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

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

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