Html Css Color HEX #C1301C Harley Davidson Orange

📋 copy color: '#C1301C'

red 193 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #C1301C

Tints of Harley Davidson Orange #C1301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 71.75%
G = 17.84%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1301C (or 0xC1301C) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 1C. RGB value is (193,48,28). Sum of RGB (Red+Green+Blue) = 193+48+28=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1301C is #3ECFE3. Grayscale: #595959. Windows color (decimal): -4116452 or 1847489. OLE color: 1847489.

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

Color convert

RGB 193 48 28 -
CMYK 0 0.75 0.85 0.24
HSL 7.27º 0.75% 0.43% -
HSV(B) 7.27º 0.85% 0.76% -
XYZ 23.26 13.54 2.49 -
YUV 89.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 193 48 28 0 0.75 0.85 0.24 7.27 0.75 0.43
Hex C1 30 1C 0 4B 55 18 7 4B 2B
Octal 301 60 34 0 113 125 30 7 113 53
Binary 11000001 110000 11100 0 1001011 1010101 11000 111 1001011 101011

Color Harmonies of #C1301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1301C

Black with #C1301C

Text Example


Text Example

White with #C1301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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