Html Css Color HEX #C1240C Harley Davidson Orange

📋 copy color: '#C1240C'

red 193 ◦ green 36 ◦ blue 12

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

Shades of Harley Davidson Orange #C1240C

Tints of Harley Davidson Orange #C1240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 80.08%
G = 14.94%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1240C (or 0xC1240C) is known color: Harley Davidson Orange. HEX triplet: C1, 24 and 0C. RGB value is (193,36,12). Sum of RGB (Red+Green+Blue) = 193+36+12=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1240C is #3EDBF3. Grayscale: #505050. Windows color (decimal): -4119540 or 795841. OLE color: 795841.

HSL color Cylindrical-coordinate representation of color #C1240C: hue angle of 7.96º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1240C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 12 -
CMYK 0 0.81 0.94 0.24
HSL 7.96º 0.88% 0.4% -
HSV(B) 7.96º 0.94% 0.76% -
XYZ 22.69 12.63 1.59 -
YUV 80.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 193 36 12 0 0.81 0.94 0.24 7.96 0.88 0.4
Hex C1 24 C 0 51 5E 18 8 58 28
Octal 301 44 14 0 121 136 30 10 130 50
Binary 11000001 100100 1100 0 1010001 1011110 11000 1000 1011000 101000

Color Harmonies of #C1240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1240C

Black with #C1240C

Text Example


Text Example

White with #C1240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1240C; }

 p { color: rgb(193,36,12); }

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

background-color css

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

 a { background-color: rgb(193,36,12); }

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

border-color css

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

 span { border-color: rgb(193,36,12); }

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