Html Css Color HEX #D23C17 Harley Davidson Orange

📋 copy color: '#D23C17'

red 210 ◦ green 60 ◦ blue 23

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

Shades of Harley Davidson Orange #D23C17

Tints of Harley Davidson Orange #D23C17

RGB

 RED value IS 210 (82.42% from 255) = 71.67%

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

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

R = 71.67%
G = 20.48%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D23C17 (or 0xD23C17) is known color: Harley Davidson Orange. HEX triplet: D2, 3C and 17. RGB value is (210,60,23). Sum of RGB (Red+Green+Blue) = 210+60+23=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23C17 is #2DC3E8. Grayscale: #646464. Windows color (decimal): -2999273 or 1522898. OLE color: 1522898.

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

Color convert

RGB 210 60 23 -
CMYK 0 0.71 0.89 0.18
HSL 11.87º 0.8% 0.46% -
HSV(B) 11.87º 0.89% 0.82% -
XYZ 28.35 17 2.6 -
YUV 100.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 210 60 23 0 0.71 0.89 0.18 11.87 0.8 0.46
Hex D2 3C 17 0 47 59 12 C 50 2E
Octal 322 74 27 0 107 131 22 14 120 56
Binary 11010010 111100 10111 0 1000111 1011001 10010 1100 1010000 101110

Color Harmonies of #D23C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C17

Black with #D23C17

Text Example


Text Example

White with #D23C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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