Html Css Color HEX #C11D05 Harley Davidson Orange

📋 copy color: '#C11D05'

red 193 ◦ green 29 ◦ blue 5

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

Shades of Harley Davidson Orange #C11D05

Tints of Harley Davidson Orange #C11D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

 BLUE value IS 5 (2.34% from 255) = 2.2%

R = 85.02%
G = 12.78%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C11D05 (or 0xC11D05) is known color: Harley Davidson Orange. HEX triplet: C1, 1D and 05. RGB value is (193,29,5). Sum of RGB (Red+Green+Blue) = 193+29+5=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D05 is #3EE2FA. Grayscale: #4B4B4B. Windows color (decimal): -4121339 or 335297. OLE color: 335297.

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

Color convert

RGB 193 29 5 -
CMYK 0 0.85 0.97 0.24
HSL 7.66º 0.95% 0.39% -
HSV(B) 7.66º 0.97% 0.76% -
XYZ 22.46 12.23 1.32 -
YUV 75.3 88.33 211.95 -
System Red Green Blue C M Y K H S L
Decimal 193 29 5 0 0.85 0.97 0.24 7.66 0.95 0.39
Hex C1 1D 5 0 55 61 18 8 5F 27
Octal 301 35 5 0 125 141 30 10 137 47
Binary 11000001 11101 101 0 1010101 1100001 11000 1000 1011111 100111

Color Harmonies of #C11D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D05

Black with #C11D05

Text Example


Text Example

White with #C11D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D05; }

 p { color: rgb(193,29,5); }

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

background-color css

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

 a { background-color: rgb(193,29,5); }

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

border-color css

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

 span { border-color: rgb(193,29,5); }

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