Html Css Color HEX #C22314 Harley Davidson Orange

📋 copy color: '#C22314'

red 194 ◦ green 35 ◦ blue 20

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

Shades of Harley Davidson Orange #C22314

Tints of Harley Davidson Orange #C22314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 77.91%
G = 14.06%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C22314 (or 0xC22314) is known color: Harley Davidson Orange. HEX triplet: C2, 23 and 14. RGB value is (194,35,20). Sum of RGB (Red+Green+Blue) = 194+35+20=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C22314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22314 is #3DDCEB. Grayscale: #515151. Windows color (decimal): -4054252 or 1319874. OLE color: 1319874.

HSL color Cylindrical-coordinate representation of color #C22314: hue angle of 5.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22314 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 20 -
CMYK 0 0.82 0.90 0.24
HSL 5.17º 0.81% 0.42% -
HSV(B) 5.17º 0.9% 0.76% -
XYZ 22.98 12.72 1.91 -
YUV 80.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 194 35 20 0 0.82 0.90 0.24 5.17 0.81 0.42
Hex C2 23 14 0 52 5A 18 5 51 2A
Octal 302 43 24 0 122 132 30 5 121 52
Binary 11000010 100011 10100 0 1010010 1011010 11000 101 1010001 101010

Color Harmonies of #C22314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22314

Black with #C22314

Text Example


Text Example

White with #C22314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22314; }

 p { color: rgb(194,35,20); }

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

background-color css

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

 a { background-color: rgb(194,35,20); }

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

border-color css

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

 span { border-color: rgb(194,35,20); }

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