Html Css Color HEX #C32B20 Harley Davidson Orange

📋 copy color: '#C32B20'

red 195 ◦ green 43 ◦ blue 32

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

Shades of Harley Davidson Orange #C32B20

Tints of Harley Davidson Orange #C32B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 72.22%
G = 15.93%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32B20 (or 0xC32B20) is known color: Harley Davidson Orange. HEX triplet: C3, 2B and 20. RGB value is (195,43,32). Sum of RGB (Red+Green+Blue) = 195+43+32=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B20 is #3CD4DF. Grayscale: #575757. Windows color (decimal): -3986656 or 2108355. OLE color: 2108355.

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

Color convert

RGB 195 43 32 -
CMYK 0 0.78 0.84 0.24
HSL 4.05º 0.72% 0.45% -
HSV(B) 4.05º 0.84% 0.76% -
XYZ 23.63 13.43 2.71 -
YUV 87.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 195 43 32 0 0.78 0.84 0.24 4.05 0.72 0.45
Hex C3 2B 20 0 4E 54 18 4 48 2D
Octal 303 53 40 0 116 124 30 4 110 55
Binary 11000011 101011 100000 0 1001110 1010100 11000 100 1001000 101101

Color Harmonies of #C32B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B20

Black with #C32B20

Text Example


Text Example

White with #C32B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B20; }

 p { color: rgb(195,43,32); }

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

background-color css

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

 a { background-color: rgb(195,43,32); }

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

border-color css

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

 span { border-color: rgb(195,43,32); }

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