Html Css Color HEX #C03520 Harley Davidson Orange

📋 copy color: '#C03520'

red 192 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #C03520

Tints of Harley Davidson Orange #C03520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 69.31%
G = 19.13%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C03520 (or 0xC03520) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 20. RGB value is (192,53,32). Sum of RGB (Red+Green+Blue) = 192+53+32=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C03520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03520 is #3FCADF. Grayscale: #5C5C5C. Windows color (decimal): -4180704 or 2110912. OLE color: 2110912.

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

Color convert

RGB 192 53 32 -
CMYK 0 0.72 0.83 0.25
HSL 7.88º 0.71% 0.44% -
HSV(B) 7.88º 0.83% 0.75% -
XYZ 23.27 13.86 2.81 -
YUV 92.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 192 53 32 0 0.72 0.83 0.25 7.88 0.71 0.44
Hex C0 35 20 0 48 53 19 8 47 2C
Octal 300 65 40 0 110 123 31 10 107 54
Binary 11000000 110101 100000 0 1001000 1010011 11001 1000 1000111 101100

Color Harmonies of #C03520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03520

Black with #C03520

Text Example


Text Example

White with #C03520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03520; }

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

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

background-color css

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

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

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

border-color css

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

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

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