Html Css Color HEX #C1401C Harley Davidson Orange

📋 copy color: '#C1401C'

red 193 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #C1401C

Tints of Harley Davidson Orange #C1401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 67.72%
G = 22.46%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1401C (or 0xC1401C) is known color: Harley Davidson Orange. HEX triplet: C1, 40 and 1C. RGB value is (193,64,28). Sum of RGB (Red+Green+Blue) = 193+64+28=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1401C is #3EBFE3. Grayscale: #626262. Windows color (decimal): -4112356 or 1851585. OLE color: 1851585.

HSL color Cylindrical-coordinate representation of color #C1401C: hue angle of 13.09º 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 #C1401C is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 64 28 -
CMYK 0 0.67 0.85 0.24
HSL 13.09º 0.75% 0.43% -
HSV(B) 13.09º 0.85% 0.76% -
XYZ 24.04 15.09 2.74 -
YUV 98.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 193 64 28 0 0.67 0.85 0.24 13.09 0.75 0.43
Hex C1 40 1C 0 43 55 18 D 4B 2B
Octal 301 100 34 0 103 125 30 15 113 53
Binary 11000001 1000000 11100 0 1000011 1010101 11000 1101 1001011 101011

Color Harmonies of #C1401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1401C

Black with #C1401C

Text Example


Text Example

White with #C1401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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