Html Css Color HEX #C11C03 Harley Davidson Orange

📋 copy color: '#C11C03'

red 193 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #C11C03

Tints of Harley Davidson Orange #C11C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 86.16%
G = 12.5%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C11C03 (or 0xC11C03) is known color: Harley Davidson Orange. HEX triplet: C1, 1C and 03. RGB value is (193,28,3). Sum of RGB (Red+Green+Blue) = 193+28+3=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C03 is #3EE3FC. Grayscale: #4A4A4A. Windows color (decimal): -4121597 or 203969. OLE color: 203969.

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

Color convert

RGB 193 28 3 -
CMYK 0 0.85 0.98 0.24
HSL 7.89º 0.97% 0.38% -
HSV(B) 7.89º 0.98% 0.76% -
XYZ 22.42 12.17 1.25 -
YUV 74.49 87.66 212.53 -
System Red Green Blue C M Y K H S L
Decimal 193 28 3 0 0.85 0.98 0.24 7.89 0.97 0.38
Hex C1 1C 3 0 55 62 18 8 61 26
Octal 301 34 3 0 125 142 30 10 141 46
Binary 11000001 11100 11 0 1010101 1100010 11000 1000 1100001 100110

Color Harmonies of #C11C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C03

Black with #C11C03

Text Example


Text Example

White with #C11C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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