Html Css Color HEX #D43D19 Harley Davidson Orange

📋 copy color: '#D43D19'

red 212 ◦ green 61 ◦ blue 25

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

Shades of Harley Davidson Orange #D43D19

Tints of Harley Davidson Orange #D43D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

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

R = 71.14%
G = 20.47%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D43D19 (or 0xD43D19) is known color: Harley Davidson Orange. HEX triplet: D4, 3D and 19. RGB value is (212,61,25). Sum of RGB (Red+Green+Blue) = 212+61+25=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43D19 is #2BC2E6. Grayscale: #666666. Windows color (decimal): -2867943 or 1654228. OLE color: 1654228.

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

Color convert

RGB 212 61 25 -
CMYK 0 0.71 0.88 0.17
HSL 11.55º 0.79% 0.46% -
HSV(B) 11.55º 0.88% 0.83% -
XYZ 29 17.4 2.75 -
YUV 102.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 212 61 25 0 0.71 0.88 0.17 11.55 0.79 0.46
Hex D4 3D 19 0 47 58 11 C 4F 2E
Octal 324 75 31 0 107 130 21 14 117 56
Binary 11010100 111101 11001 0 1000111 1011000 10001 1100 1001111 101110

Color Harmonies of #D43D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43D19

Black with #D43D19

Text Example


Text Example

White with #D43D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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