Html Css Color HEX #C12214 Harley Davidson Orange

📋 copy color: '#C12214'

red 193 ◦ green 34 ◦ blue 20

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

Shades of Harley Davidson Orange #C12214

Tints of Harley Davidson Orange #C12214

RGB

 RED value IS 193 (75.78% from 255) = 78.14%

 GREEN value IS 34 (13.67% from 255) = 13.77%

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

R = 78.14%
G = 13.77%
B = 8.1%

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

#C12214 (or 0xC12214) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 14. RGB value is (193,34,20). Sum of RGB (Red+Green+Blue) = 193+34+20=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C12214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12214 is #3EDDEB. Grayscale: #505050. Windows color (decimal): -4120044 or 1319617. OLE color: 1319617.

HSL color Cylindrical-coordinate representation of color #C12214: hue angle of 4.86º 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 #C12214 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 20 -
CMYK 0 0.82 0.90 0.24
HSL 4.86º 0.81% 0.42% -
HSV(B) 4.86º 0.9% 0.76% -
XYZ 22.69 12.53 1.88 -
YUV 79.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 193 34 20 0 0.82 0.90 0.24 4.86 0.81 0.42
Hex C1 22 14 0 52 5A 18 5 51 2A
Octal 301 42 24 0 122 132 30 5 121 52
Binary 11000001 100010 10100 0 1010010 1011010 11000 101 1010001 101010

Color Harmonies of #C12214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12214

Black with #C12214

Text Example


Text Example

White with #C12214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12214; }

 p { color: rgb(193,34,20); }

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

background-color css

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

 a { background-color: rgb(193,34,20); }

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

border-color css

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

 span { border-color: rgb(193,34,20); }

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