Html Css Color HEX #C11D00 Harley Davidson Orange

📋 copy color: '#C11D00'

red 193 ◦ green 29 ◦ blue 0

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

Shades of Harley Davidson Orange #C11D00

Tints of Harley Davidson Orange #C11D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.94%
G = 13.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C11D00 (or 0xC11D00) is known color: Harley Davidson Orange. HEX triplet: C1, 1D and 00. RGB value is (193,29,0). Sum of RGB (Red+Green+Blue) = 193+29+0=222 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.94% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D00 is #3EE2FF. Grayscale: #4B4B4B. Windows color (decimal): -4121344 or 7617. OLE color: 7617.

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

Color convert

RGB 193 29 0 -
CMYK 0 0.85 1 0.24
HSL 9.02º 1% 0.38% -
HSV(B) 9.02º 1% 0.76% -
XYZ 22.43 12.22 1.18 -
YUV 74.73 85.83 212.36 -
System Red Green Blue C M Y K H S L
Decimal 193 29 0 0 0.85 1 0.24 9.02 1 0.38
Hex C1 1D 0 0 55 64 18 9 64 26
Octal 301 35 0 0 125 144 30 11 144 46
Binary 11000001 11101 0 0 1010101 1100100 11000 1001 1100100 100110

Color Harmonies of #C11D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D00

Black with #C11D00

Text Example


Text Example

White with #C11D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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