Html Css Color HEX #C32701 Harley Davidson Orange

📋 copy color: '#C32701'

red 195 ◦ green 39 ◦ blue 1

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

Shades of Harley Davidson Orange #C32701

Tints of Harley Davidson Orange #C32701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

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

R = 82.98%
G = 16.6%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C32701 (or 0xC32701) is known color: Harley Davidson Orange. HEX triplet: C3, 27 and 01. RGB value is (195,39,1). Sum of RGB (Red+Green+Blue) = 195+39+1=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C32701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32701 is #3CD8FE. Grayscale: #515151. Windows color (decimal): -3987711 or 75715. OLE color: 75715.

HSL color Cylindrical-coordinate representation of color #C32701: hue angle of 11.75º 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 #C32701 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 1 -
CMYK 0 0.80 0.99 0.24
HSL 11.75º 0.99% 0.38% -
HSV(B) 11.75º 0.99% 0.76% -
XYZ 23.24 13.06 1.32 -
YUV 81.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 195 39 1 0 0.80 0.99 0.24 11.75 0.99 0.38
Hex C3 27 1 0 50 63 18 C 63 26
Octal 303 47 1 0 120 143 30 14 143 46
Binary 11000011 100111 1 0 1010000 1100011 11000 1100 1100011 100110

Color Harmonies of #C32701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32701

Black with #C32701

Text Example


Text Example

White with #C32701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32701; }

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

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

background-color css

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

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

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

border-color css

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

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

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