Html Css Color HEX #C33520 Harley Davidson Orange

📋 copy color: '#C33520'

red 195 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #C33520

Tints of Harley Davidson Orange #C33520

RGB

 RED value IS 195 (76.56% from 255) = 69.64%

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

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

R = 69.64%
G = 18.93%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C33520 (or 0xC33520) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 20. RGB value is (195,53,32). Sum of RGB (Red+Green+Blue) = 195+53+32=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C33520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33520 is #3CCADF. Grayscale: #5D5D5D. Windows color (decimal): -3984096 or 2110915. OLE color: 2110915.

HSL color Cylindrical-coordinate representation of color #C33520: hue angle of 7.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C33520 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 32 -
CMYK 0 0.73 0.84 0.24
HSL 7.73º 0.72% 0.45% -
HSV(B) 7.73º 0.84% 0.76% -
XYZ 24.04 14.25 2.85 -
YUV 93.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 195 53 32 0 0.73 0.84 0.24 7.73 0.72 0.45
Hex C3 35 20 0 49 54 18 8 48 2D
Octal 303 65 40 0 111 124 30 10 110 55
Binary 11000011 110101 100000 0 1001001 1010100 11000 1000 1001000 101101

Color Harmonies of #C33520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33520

Black with #C33520

Text Example


Text Example

White with #C33520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33520; }

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

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

background-color css

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

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

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

border-color css

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

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

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