Html Css Color HEX #C32E10 Harley Davidson Orange

📋 copy color: '#C32E10'

red 195 ◦ green 46 ◦ blue 16

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

Shades of Harley Davidson Orange #C32E10

Tints of Harley Davidson Orange #C32E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 75.88%
G = 17.9%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C32E10 (or 0xC32E10) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 10. RGB value is (195,46,16). Sum of RGB (Red+Green+Blue) = 195+46+16=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E10 is #3CD1EF. Grayscale: #575757. Windows color (decimal): -3985904 or 1060547. OLE color: 1060547.

HSL color Cylindrical-coordinate representation of color #C32E10: hue angle of 10.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C32E10 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 16 -
CMYK 0 0.76 0.92 0.24
HSL 10.06º 0.85% 0.41% -
HSV(B) 10.06º 0.92% 0.76% -
XYZ 23.58 13.59 1.87 -
YUV 87.13 87.86 204.94 -
System Red Green Blue C M Y K H S L
Decimal 195 46 16 0 0.76 0.92 0.24 10.06 0.85 0.41
Hex C3 2E 10 0 4C 5C 18 A 55 29
Octal 303 56 20 0 114 134 30 12 125 51
Binary 11000011 101110 10000 0 1001100 1011100 11000 1010 1010101 101001

Color Harmonies of #C32E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E10

Black with #C32E10

Text Example


Text Example

White with #C32E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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