Html Css Color HEX #C32B01 Harley Davidson Orange

📋 copy color: '#C32B01'

red 195 ◦ green 43 ◦ blue 1

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

Shades of Harley Davidson Orange #C32B01

Tints of Harley Davidson Orange #C32B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 81.59%
G = 17.99%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C32B01 (or 0xC32B01) is known color: Harley Davidson Orange. HEX triplet: C3, 2B and 01. RGB value is (195,43,1). Sum of RGB (Red+Green+Blue) = 195+43+1=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32B01 is #3CD4FE. Grayscale: #535353. Windows color (decimal): -3986687 or 76739. OLE color: 76739.

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

Color convert

RGB 195 43 1 -
CMYK 0 0.78 0.99 0.24
HSL 12.99º 0.99% 0.38% -
HSV(B) 12.99º 0.99% 0.76% -
XYZ 23.38 13.33 1.37 -
YUV 83.66 81.36 207.42 -
System Red Green Blue C M Y K H S L
Decimal 195 43 1 0 0.78 0.99 0.24 12.99 0.99 0.38
Hex C3 2B 1 0 4E 63 18 D 63 26
Octal 303 53 1 0 116 143 30 15 143 46
Binary 11000011 101011 1 0 1001110 1100011 11000 1101 1100011 100110

Color Harmonies of #C32B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B01

Black with #C32B01

Text Example


Text Example

White with #C32B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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