Html Css Color HEX #C12514 Harley Davidson Orange

📋 copy color: '#C12514'

red 193 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #C12514

Tints of Harley Davidson Orange #C12514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 77.2%
G = 14.8%
B = 8%

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

#C12514 (or 0xC12514) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 14. RGB value is (193,37,20). Sum of RGB (Red+Green+Blue) = 193+37+20=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12514 is #3EDAEB. Grayscale: #515151. Windows color (decimal): -4119276 or 1320385. OLE color: 1320385.

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

Color convert

RGB 193 37 20 -
CMYK 0 0.81 0.90 0.24
HSL 5.9º 0.81% 0.42% -
HSV(B) 5.9º 0.9% 0.76% -
XYZ 22.78 12.71 1.91 -
YUV 81.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 193 37 20 0 0.81 0.90 0.24 5.9 0.81 0.42
Hex C1 25 14 0 51 5A 18 6 51 2A
Octal 301 45 24 0 121 132 30 6 121 52
Binary 11000001 100101 10100 0 1010001 1011010 11000 110 1010001 101010

Color Harmonies of #C12514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12514

Black with #C12514

Text Example


Text Example

White with #C12514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12514; }

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

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

background-color css

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

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

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

border-color css

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

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

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