Html Css Color HEX #C11F03 Harley Davidson Orange

📋 copy color: '#C11F03'

red 193 ◦ green 31 ◦ blue 3

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

Shades of Harley Davidson Orange #C11F03

Tints of Harley Davidson Orange #C11F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

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

R = 85.02%
G = 13.66%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C11F03 (or 0xC11F03) is known color: Harley Davidson Orange. HEX triplet: C1, 1F and 03. RGB value is (193,31,3). Sum of RGB (Red+Green+Blue) = 193+31+3=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11F03 is #3EE0FC. Grayscale: #4C4C4C. Windows color (decimal): -4120829 or 204737. OLE color: 204737.

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

Color convert

RGB 193 31 3 -
CMYK 0 0.84 0.98 0.24
HSL 8.84º 0.97% 0.38% -
HSV(B) 8.84º 0.98% 0.76% -
XYZ 22.5 12.32 1.28 -
YUV 76.25 86.67 211.28 -
System Red Green Blue C M Y K H S L
Decimal 193 31 3 0 0.84 0.98 0.24 8.84 0.97 0.38
Hex C1 1F 3 0 54 62 18 9 61 26
Octal 301 37 3 0 124 142 30 11 141 46
Binary 11000001 11111 11 0 1010100 1100010 11000 1001 1100001 100110

Color Harmonies of #C11F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F03

Black with #C11F03

Text Example


Text Example

White with #C11F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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