Html Css Color HEX #C12101 Harley Davidson Orange

📋 copy color: '#C12101'

red 193 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #C12101

Tints of Harley Davidson Orange #C12101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 85.02%
G = 14.54%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C12101 (or 0xC12101) is known color: Harley Davidson Orange. HEX triplet: C1, 21 and 01. RGB value is (193,33,1). Sum of RGB (Red+Green+Blue) = 193+33+1=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C12101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12101 is #3EDEFE. Grayscale: #4D4D4D. Windows color (decimal): -4120319 or 74177. OLE color: 74177.

HSL color Cylindrical-coordinate representation of color #C12101: hue angle of 10º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 1 -
CMYK 0 0.83 0.99 0.24
HSL 10º 0.99% 0.38% -
HSV(B) 10º 0.99% 0.76% -
XYZ 22.54 12.43 1.24 -
YUV 77.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 193 33 1 0 0.83 0.99 0.24 10 0.99 0.38
Hex C1 21 1 0 53 63 18 A 63 26
Octal 301 41 1 0 123 143 30 12 143 46
Binary 11000001 100001 1 0 1010011 1100011 11000 1010 1100011 100110

Color Harmonies of #C12101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12101

Black with #C12101

Text Example


Text Example

White with #C12101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12101; }

 p { color: rgb(193,33,1); }

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

background-color css

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

 a { background-color: rgb(193,33,1); }

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

border-color css

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

 span { border-color: rgb(193,33,1); }

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