Html Css Color HEX #C11C0D Harley Davidson Orange

📋 copy color: '#C11C0D'

red 193 ◦ green 28 ◦ blue 13

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

Shades of Harley Davidson Orange #C11C0D

Tints of Harley Davidson Orange #C11C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 82.48%
G = 11.97%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C11C0D (or 0xC11C0D) is known color: Harley Davidson Orange. HEX triplet: C1, 1C and 0D. RGB value is (193,28,13). Sum of RGB (Red+Green+Blue) = 193+28+13=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C0D is #3EE3F2. Grayscale: #4B4B4B. Windows color (decimal): -4121587 or 859329. OLE color: 859329.

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

Color convert

RGB 193 28 13 -
CMYK 0 0.85 0.93 0.24
HSL 0.87% 0.4% -
HSV(B) 0.93% 0.76% -
XYZ 22.48 12.2 1.55 -
YUV 75.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 193 28 13 0 0.85 0.93 0.24 5 0.87 0.4
Hex C1 1C D 0 55 5D 18 5 57 28
Octal 301 34 15 0 125 135 30 5 127 50
Binary 11000001 11100 1101 0 1010101 1011101 11000 101 1010111 101000

Color Harmonies of #C11C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C0D

Black with #C11C0D

Text Example


Text Example

White with #C11C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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