Html Css Color HEX #C03521 Harley Davidson Orange

📋 copy color: '#C03521'

red 192 ◦ green 53 ◦ blue 33

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

Shades of Harley Davidson Orange #C03521

Tints of Harley Davidson Orange #C03521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 69.06%
G = 19.06%
B = 11.87%

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

#C03521 (or 0xC03521) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 21. RGB value is (192,53,33). Sum of RGB (Red+Green+Blue) = 192+53+33=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C03521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03521 is #3FCADE. Grayscale: #5C5C5C. Windows color (decimal): -4180703 or 2176448. OLE color: 2176448.

HSL color Cylindrical-coordinate representation of color #C03521: hue angle of 7.55º 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 #C03521 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 33 -
CMYK 0 0.72 0.83 0.25
HSL 7.55º 0.71% 0.44% -
HSV(B) 7.55º 0.83% 0.75% -
XYZ 23.29 13.86 2.89 -
YUV 92.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 192 53 33 0 0.72 0.83 0.25 7.55 0.71 0.44
Hex C0 35 21 0 48 53 19 8 47 2C
Octal 300 65 41 0 110 123 31 10 107 54
Binary 11000000 110101 100001 0 1001000 1010011 11001 1000 1000111 101100

Color Harmonies of #C03521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03521

Black with #C03521

Text Example


Text Example

White with #C03521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03521; }

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

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

background-color css

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

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

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

border-color css

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

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

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