Html Css Color HEX #C12414 Harley Davidson Orange

📋 copy color: '#C12414'

red 193 ◦ green 36 ◦ blue 20

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

Shades of Harley Davidson Orange #C12414

Tints of Harley Davidson Orange #C12414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

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

R = 77.51%
G = 14.46%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C12414 (or 0xC12414) is known color: Harley Davidson Orange. HEX triplet: C1, 24 and 14. RGB value is (193,36,20). Sum of RGB (Red+Green+Blue) = 193+36+20=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12414 is #3EDBEB. Grayscale: #515151. Windows color (decimal): -4119532 or 1320129. OLE color: 1320129.

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

Color convert

RGB 193 36 20 -
CMYK 0 0.81 0.90 0.24
HSL 5.55º 0.81% 0.42% -
HSV(B) 5.55º 0.9% 0.76% -
XYZ 22.75 12.65 1.9 -
YUV 81.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 193 36 20 0 0.81 0.90 0.24 5.55 0.81 0.42
Hex C1 24 14 0 51 5A 18 6 51 2A
Octal 301 44 24 0 121 132 30 6 121 52
Binary 11000001 100100 10100 0 1010001 1011010 11000 110 1010001 101010

Color Harmonies of #C12414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12414

Black with #C12414

Text Example


Text Example

White with #C12414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12414; }

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

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

background-color css

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

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

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

border-color css

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

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

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