Html Css Color HEX #C23115 Harley Davidson Orange

📋 copy color: '#C23115'

red 194 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #C23115

Tints of Harley Davidson Orange #C23115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 73.48%
G = 18.56%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C23115 (or 0xC23115) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 15. RGB value is (194,49,21). Sum of RGB (Red+Green+Blue) = 194+49+21=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C23115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23115 is #3DCEEA. Grayscale: #595959. Windows color (decimal): -4050667 or 1388994. OLE color: 1388994.

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

Color convert

RGB 194 49 21 -
CMYK 0 0.75 0.89 0.24
HSL 9.71º 0.8% 0.42% -
HSV(B) 9.71º 0.89% 0.76% -
XYZ 23.48 13.72 2.12 -
YUV 89.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 194 49 21 0 0.75 0.89 0.24 9.71 0.8 0.42
Hex C2 31 15 0 4B 59 18 A 50 2A
Octal 302 61 25 0 113 131 30 12 120 52
Binary 11000010 110001 10101 0 1001011 1011001 11000 1010 1010000 101010

Color Harmonies of #C23115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23115

Black with #C23115

Text Example


Text Example

White with #C23115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23115; }

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

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

background-color css

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

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

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

border-color css

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

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

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