Html Css Color HEX #D43C17 Harley Davidson Orange

📋 copy color: '#D43C17'

red 212 ◦ green 60 ◦ blue 23

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

Shades of Harley Davidson Orange #D43C17

Tints of Harley Davidson Orange #D43C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 71.86%
G = 20.34%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D43C17 (or 0xD43C17) is known color: Harley Davidson Orange. HEX triplet: D4, 3C and 17. RGB value is (212,60,23). Sum of RGB (Red+Green+Blue) = 212+60+23=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43C17 is #2BC3E8. Grayscale: #656565. Windows color (decimal): -2868201 or 1522900. OLE color: 1522900.

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

Color convert

RGB 212 60 23 -
CMYK 0 0.72 0.89 0.17
HSL 11.75º 0.8% 0.46% -
HSV(B) 11.75º 0.89% 0.83% -
XYZ 28.92 17.29 2.62 -
YUV 101.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 212 60 23 0 0.72 0.89 0.17 11.75 0.8 0.46
Hex D4 3C 17 0 48 59 11 C 50 2E
Octal 324 74 27 0 110 131 21 14 120 56
Binary 11010100 111100 10111 0 1001000 1011001 10001 1100 1010000 101110

Color Harmonies of #D43C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C17

Black with #D43C17

Text Example


Text Example

White with #D43C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C17; }

 p { color: rgb(212,60,23); }

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

background-color css

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

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

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

border-color css

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

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

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