Html Css Color HEX #C12C03 Harley Davidson Orange

📋 copy color: '#C12C03'

red 193 ◦ green 44 ◦ blue 3

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

Shades of Harley Davidson Orange #C12C03

Tints of Harley Davidson Orange #C12C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 80.42%
G = 18.33%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C12C03 (or 0xC12C03) is known color: Harley Davidson Orange. HEX triplet: C1, 2C and 03. RGB value is (193,44,3). Sum of RGB (Red+Green+Blue) = 193+44+3=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12C03 is #3ED3FC. Grayscale: #545454. Windows color (decimal): -4117501 or 208065. OLE color: 208065.

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

Color convert

RGB 193 44 3 -
CMYK 0 0.77 0.98 0.24
HSL 12.95º 0.97% 0.38% -
HSV(B) 12.95º 0.98% 0.76% -
XYZ 22.91 13.15 1.42 -
YUV 83.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 193 44 3 0 0.77 0.98 0.24 12.95 0.97 0.38
Hex C1 2C 3 0 4D 62 18 D 61 26
Octal 301 54 3 0 115 142 30 15 141 46
Binary 11000001 101100 11 0 1001101 1100010 11000 1101 1100001 100110

Color Harmonies of #C12C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C03

Black with #C12C03

Text Example


Text Example

White with #C12C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C03; }

 p { color: rgb(193,44,3); }

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

background-color css

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

 a { background-color: rgb(193,44,3); }

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

border-color css

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

 span { border-color: rgb(193,44,3); }

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