Html Css Color HEX #C23117 Harley Davidson Orange

📋 copy color: '#C23117'

red 194 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #C23117

Tints of Harley Davidson Orange #C23117

RGB

 RED value IS 194 (76.17% from 255) = 72.93%

 GREEN value IS 49 (19.53% from 255) = 18.42%

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

R = 72.93%
G = 18.42%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C23117 (or 0xC23117) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 17. RGB value is (194,49,23). Sum of RGB (Red+Green+Blue) = 194+49+23=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23117 is #3DCEE8. Grayscale: #595959. Windows color (decimal): -4050665 or 1520066. OLE color: 1520066.

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

Color convert

RGB 194 49 23 -
CMYK 0 0.75 0.88 0.24
HSL 9.12º 0.79% 0.43% -
HSV(B) 9.12º 0.88% 0.76% -
XYZ 23.5 13.73 2.22 -
YUV 89.39 90.54 202.61 -
System Red Green Blue C M Y K H S L
Decimal 194 49 23 0 0.75 0.88 0.24 9.12 0.79 0.43
Hex C2 31 17 0 4B 58 18 9 4F 2B
Octal 302 61 27 0 113 130 30 11 117 53
Binary 11000010 110001 10111 0 1001011 1011000 11000 1001 1001111 101011

Color Harmonies of #C23117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23117

Black with #C23117

Text Example


Text Example

White with #C23117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23117; }

 p { color: rgb(194,49,23); }

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

background-color css

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

 a { background-color: rgb(194,49,23); }

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

border-color css

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

 span { border-color: rgb(194,49,23); }

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