Html Css Color HEX #C32615 Harley Davidson Orange

📋 copy color: '#C32615'

red 195 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #C32615

Tints of Harley Davidson Orange #C32615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

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

R = 76.77%
G = 14.96%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C32615 (or 0xC32615) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 15. RGB value is (195,38,21). Sum of RGB (Red+Green+Blue) = 195+38+21=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C32615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32615 is #3CD9EA. Grayscale: #535353. Windows color (decimal): -3987947 or 1386179. OLE color: 1386179.

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

Color convert

RGB 195 38 21 -
CMYK 0 0.81 0.89 0.24
HSL 5.86º 0.81% 0.42% -
HSV(B) 5.86º 0.89% 0.76% -
XYZ 23.33 13.04 2 -
YUV 83.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 195 38 21 0 0.81 0.89 0.24 5.86 0.81 0.42
Hex C3 26 15 0 51 59 18 6 51 2A
Octal 303 46 25 0 121 131 30 6 121 52
Binary 11000011 100110 10101 0 1010001 1011001 11000 110 1010001 101010

Color Harmonies of #C32615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32615

Black with #C32615

Text Example


Text Example

White with #C32615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32615; }

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

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

background-color css

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

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

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

border-color css

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

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

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