Html Css Color HEX #C0350C Harley Davidson Orange

📋 copy color: '#C0350C'

red 192 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #C0350C

Tints of Harley Davidson Orange #C0350C

RGB

 RED value IS 192 (75.39% from 255) = 74.71%

 GREEN value IS 53 (21.09% from 255) = 20.62%

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

R = 74.71%
G = 20.62%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0350C (or 0xC0350C) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 0C. RGB value is (192,53,12). Sum of RGB (Red+Green+Blue) = 192+53+12=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0350C is #3FCAF3. Grayscale: #5A5A5A. Windows color (decimal): -4180724 or 800192. OLE color: 800192.

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

Color convert

RGB 192 53 12 -
CMYK 0 0.72 0.94 0.25
HSL 13.67º 0.88% 0.4% -
HSV(B) 13.67º 0.94% 0.75% -
XYZ 23.08 13.78 1.79 -
YUV 89.89 84.05 200.83 -
System Red Green Blue C M Y K H S L
Decimal 192 53 12 0 0.72 0.94 0.25 13.67 0.88 0.4
Hex C0 35 C 0 48 5E 19 E 58 28
Octal 300 65 14 0 110 136 31 16 130 50
Binary 11000000 110101 1100 0 1001000 1011110 11001 1110 1011000 101000

Color Harmonies of #C0350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0350C

Black with #C0350C

Text Example


Text Example

White with #C0350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0350C; }

 p { color: rgb(192,53,12); }

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

background-color css

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

 a { background-color: rgb(192,53,12); }

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

border-color css

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

 span { border-color: rgb(192,53,12); }

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