Html Css Color HEX #C32E15 Harley Davidson Orange

📋 copy color: '#C32E15'

red 195 ◦ green 46 ◦ blue 21

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

Shades of Harley Davidson Orange #C32E15

Tints of Harley Davidson Orange #C32E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.56%

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

R = 74.43%
G = 17.56%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C32E15 (or 0xC32E15) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 15. RGB value is (195,46,21). Sum of RGB (Red+Green+Blue) = 195+46+21=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E15 is #3CD1EA. Grayscale: #575757. Windows color (decimal): -3985899 or 1388227. OLE color: 1388227.

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

Color convert

RGB 195 46 21 -
CMYK 0 0.76 0.89 0.24
HSL 8.62º 0.81% 0.42% -
HSV(B) 8.62º 0.89% 0.76% -
XYZ 23.62 13.61 2.09 -
YUV 87.7 90.36 204.53 -
System Red Green Blue C M Y K H S L
Decimal 195 46 21 0 0.76 0.89 0.24 8.62 0.81 0.42
Hex C3 2E 15 0 4C 59 18 9 51 2A
Octal 303 56 25 0 114 131 30 11 121 52
Binary 11000011 101110 10101 0 1001100 1011001 11000 1001 1010001 101010

Color Harmonies of #C32E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E15

Black with #C32E15

Text Example


Text Example

White with #C32E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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