Html Css Color HEX #C32911 Harley Davidson Orange

📋 copy color: '#C32911'

red 195 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #C32911

Tints of Harley Davidson Orange #C32911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 77.08%
G = 16.21%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C32911 (or 0xC32911) is known color: Harley Davidson Orange. HEX triplet: C3, 29 and 11. RGB value is (195,41,17). Sum of RGB (Red+Green+Blue) = 195+41+17=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C32911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32911 is #3CD6EE. Grayscale: #545454. Windows color (decimal): -3987183 or 1124803. OLE color: 1124803.

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

Color convert

RGB 195 41 17 -
CMYK 0 0.79 0.91 0.24
HSL 8.09º 0.84% 0.42% -
HSV(B) 8.09º 0.91% 0.76% -
XYZ 23.4 13.23 1.85 -
YUV 84.31 90.02 206.95 -
System Red Green Blue C M Y K H S L
Decimal 195 41 17 0 0.79 0.91 0.24 8.09 0.84 0.42
Hex C3 29 11 0 4F 5B 18 8 54 2A
Octal 303 51 21 0 117 133 30 10 124 52
Binary 11000011 101001 10001 0 1001111 1011011 11000 1000 1010100 101010

Color Harmonies of #C32911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32911

Black with #C32911

Text Example


Text Example

White with #C32911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32911; }

 p { color: rgb(195,41,17); }

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

background-color css

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

 a { background-color: rgb(195,41,17); }

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

border-color css

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

 span { border-color: rgb(195,41,17); }

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