Html Css Color HEX #C23120 Harley Davidson Orange

📋 copy color: '#C23120'

red 194 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #C23120

Tints of Harley Davidson Orange #C23120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 70.55%
G = 17.82%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C23120 (or 0xC23120) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 20. RGB value is (194,49,32). Sum of RGB (Red+Green+Blue) = 194+49+32=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C23120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23120 is #3DCEDF. Grayscale: #5A5A5A. Windows color (decimal): -4050656 or 2109890. OLE color: 2109890.

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

Color convert

RGB 194 49 32 -
CMYK 0 0.75 0.84 0.24
HSL 6.3º 0.72% 0.44% -
HSV(B) 6.3º 0.84% 0.76% -
XYZ 23.61 13.77 2.78 -
YUV 90.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 194 49 32 0 0.75 0.84 0.24 6.3 0.72 0.44
Hex C2 31 20 0 4B 54 18 6 48 2C
Octal 302 61 40 0 113 124 30 6 110 54
Binary 11000010 110001 100000 0 1001011 1010100 11000 110 1001000 101100

Color Harmonies of #C23120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23120

Black with #C23120

Text Example


Text Example

White with #C23120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23120; }

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

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

background-color css

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

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

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

border-color css

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

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

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