Html Css Color HEX #C32E00 Harley Davidson Orange

📋 copy color: '#C32E00'

red 195 ◦ green 46 ◦ blue 0

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

Shades of Harley Davidson Orange #C32E00

Tints of Harley Davidson Orange #C32E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.91%
G = 19.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C32E00 (or 0xC32E00) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 00. RGB value is (195,46,0). Sum of RGB (Red+Green+Blue) = 195+46+0=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E00 is #3CD1FF. Grayscale: #555555. Windows color (decimal): -3985920 or 11971. OLE color: 11971.

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

Color convert

RGB 195 46 0 -
CMYK 0 0.76 1 0.24
HSL 14.15º 1% 0.38% -
HSV(B) 14.15º 1% 0.76% -
XYZ 23.48 13.56 1.38 -
YUV 85.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 195 46 0 0 0.76 1 0.24 14.15 1 0.38
Hex C3 2E 0 0 4C 64 18 E 64 26
Octal 303 56 0 0 114 144 30 16 144 46
Binary 11000011 101110 0 0 1001100 1100100 11000 1110 1100100 100110

Color Harmonies of #C32E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E00

Black with #C32E00

Text Example


Text Example

White with #C32E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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