Html Css Color HEX #C12301 Harley Davidson Orange

📋 copy color: '#C12301'

red 193 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #C12301

Tints of Harley Davidson Orange #C12301

RGB

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

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

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

R = 84.28%
G = 15.28%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C12301 (or 0xC12301) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 01. RGB value is (193,35,1). Sum of RGB (Red+Green+Blue) = 193+35+1=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C12301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12301 is #3EDCFE. Grayscale: #4E4E4E. Windows color (decimal): -4119807 or 74689. OLE color: 74689.

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

Color convert

RGB 193 35 1 -
CMYK 0 0.82 0.99 0.24
HSL 10.63º 0.99% 0.38% -
HSV(B) 10.63º 0.99% 0.76% -
XYZ 22.6 12.54 1.26 -
YUV 78.37 84.35 209.76 -
System Red Green Blue C M Y K H S L
Decimal 193 35 1 0 0.82 0.99 0.24 10.63 0.99 0.38
Hex C1 23 1 0 52 63 18 B 63 26
Octal 301 43 1 0 122 143 30 13 143 46
Binary 11000001 100011 1 0 1010010 1100011 11000 1011 1100011 100110

Color Harmonies of #C12301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12301

Black with #C12301

Text Example


Text Example

White with #C12301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12301; }

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

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

background-color css

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

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

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

border-color css

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

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

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