Html Css Color HEX #C11D04 Harley Davidson Orange

📋 copy color: '#C11D04'

red 193 ◦ green 29 ◦ blue 4

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

Shades of Harley Davidson Orange #C11D04

Tints of Harley Davidson Orange #C11D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 85.4%
G = 12.83%
B = 1.77%

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

#C11D04 (or 0xC11D04) is known color: Harley Davidson Orange. HEX triplet: C1, 1D and 04. RGB value is (193,29,4). Sum of RGB (Red+Green+Blue) = 193+29+4=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D04 is #3EE2FB. Grayscale: #4B4B4B. Windows color (decimal): -4121340 or 269761. OLE color: 269761.

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

Color convert

RGB 193 29 4 -
CMYK 0 0.85 0.98 0.24
HSL 7.94º 0.96% 0.39% -
HSV(B) 7.94º 0.98% 0.76% -
XYZ 22.45 12.22 1.29 -
YUV 75.19 87.83 212.03 -
System Red Green Blue C M Y K H S L
Decimal 193 29 4 0 0.85 0.98 0.24 7.94 0.96 0.39
Hex C1 1D 4 0 55 62 18 8 60 27
Octal 301 35 4 0 125 142 30 10 140 47
Binary 11000001 11101 100 0 1010101 1100010 11000 1000 1100000 100111

Color Harmonies of #C11D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D04

Black with #C11D04

Text Example


Text Example

White with #C11D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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