Html Css Color HEX #C33120 Harley Davidson Orange

📋 copy color: '#C33120'

red 195 ◦ green 49 ◦ blue 32

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

Shades of Harley Davidson Orange #C33120

Tints of Harley Davidson Orange #C33120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

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

R = 70.65%
G = 17.75%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C33120 (or 0xC33120) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 20. RGB value is (195,49,32). Sum of RGB (Red+Green+Blue) = 195+49+32=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C33120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33120 is #3CCEDF. Grayscale: #5A5A5A. Windows color (decimal): -3985120 or 2109891. OLE color: 2109891.

HSL color Cylindrical-coordinate representation of color #C33120: hue angle of 6.26º 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 #C33120 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 32 -
CMYK 0 0.75 0.84 0.24
HSL 6.26º 0.72% 0.45% -
HSV(B) 6.26º 0.84% 0.76% -
XYZ 23.86 13.9 2.79 -
YUV 90.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 195 49 32 0 0.75 0.84 0.24 6.26 0.72 0.45
Hex C3 31 20 0 4B 54 18 6 48 2D
Octal 303 61 40 0 113 124 30 6 110 55
Binary 11000011 110001 100000 0 1001011 1010100 11000 110 1001000 101101

Color Harmonies of #C33120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33120

Black with #C33120

Text Example


Text Example

White with #C33120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33120; }

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

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

background-color css

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

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

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

border-color css

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

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

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