Html Css Color HEX #C32115 Harley Davidson Orange

📋 copy color: '#C32115'

red 195 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #C32115

Tints of Harley Davidson Orange #C32115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 78.31%
G = 13.25%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C32115 (or 0xC32115) is known color: Harley Davidson Orange. HEX triplet: C3, 21 and 15. RGB value is (195,33,21). Sum of RGB (Red+Green+Blue) = 195+33+21=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C32115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32115 is #3CDEEA. Grayscale: #505050. Windows color (decimal): -3989227 or 1384899. OLE color: 1384899.

HSL color Cylindrical-coordinate representation of color #C32115: hue angle of 4.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C32115 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 33 21 -
CMYK 0 0.83 0.89 0.24
HSL 4.14º 0.81% 0.42% -
HSV(B) 4.14º 0.89% 0.76% -
XYZ 23.18 12.74 1.95 -
YUV 80.07 94.67 209.98 -
System Red Green Blue C M Y K H S L
Decimal 195 33 21 0 0.83 0.89 0.24 4.14 0.81 0.42
Hex C3 21 15 0 53 59 18 4 51 2A
Octal 303 41 25 0 123 131 30 4 121 52
Binary 11000011 100001 10101 0 1010011 1011001 11000 100 1010001 101010

Color Harmonies of #C32115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32115

Black with #C32115

Text Example


Text Example

White with #C32115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32115; }

 p { color: rgb(195,33,21); }

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

background-color css

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

 a { background-color: rgb(195,33,21); }

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

border-color css

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

 span { border-color: rgb(195,33,21); }

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