Html Css Color HEX #C11E02 Harley Davidson Orange

📋 copy color: '#C11E02'

red 193 ◦ green 30 ◦ blue 2

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

Shades of Harley Davidson Orange #C11E02

Tints of Harley Davidson Orange #C11E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.33%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 85.78%
G = 13.33%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C11E02 (or 0xC11E02) is known color: Harley Davidson Orange. HEX triplet: C1, 1E and 02. RGB value is (193,30,2). Sum of RGB (Red+Green+Blue) = 193+30+2=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E02 is #3EE1FD. Grayscale: #4B4B4B. Windows color (decimal): -4121086 or 138945. OLE color: 138945.

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

Color convert

RGB 193 30 2 -
CMYK 0 0.84 0.99 0.24
HSL 8.8º 0.98% 0.38% -
HSV(B) 8.8º 0.99% 0.76% -
XYZ 22.47 12.27 1.24 -
YUV 75.55 86.5 211.78 -
System Red Green Blue C M Y K H S L
Decimal 193 30 2 0 0.84 0.99 0.24 8.8 0.98 0.38
Hex C1 1E 2 0 54 63 18 9 62 26
Octal 301 36 2 0 124 143 30 11 142 46
Binary 11000001 11110 10 0 1010100 1100011 11000 1001 1100010 100110

Color Harmonies of #C11E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E02

Black with #C11E02

Text Example


Text Example

White with #C11E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E02; }

 p { color: rgb(193,30,2); }

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

background-color css

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

 a { background-color: rgb(193,30,2); }

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

border-color css

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

 span { border-color: rgb(193,30,2); }

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