#C42700

Color #C42700 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C42700

Tints of Harley Davidson Orange #C42700

Color information

#C42700 (or 0xC42700) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 27 and 00. RGB value is (196,39,0). Sum of RGB (Red+Green+Blue) = 196+39+0=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C42700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42700 is #3BD8FF. Grayscale: #515151. Windows color (decimal): -3922176 or 10180. OLE color: 10180.

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

Color convert

RGB196390-
CMYK00.8010.23
HSL11.94º100%38.43%-
HSV(B)11.94º100%76.86%-
XYZ23.4913.191.31-
YUV81.582.01209.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 83.40%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.40%
G=16.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19639000.8010.2311.9410038.43
HexC42700506417c6426
Octal3044700120144271414446
Binary1100010010011100101000011001001011111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42700; }

 p { color: rgb(196,39,0); }

 H1.HeaderClassName
 {
   color: #C42700;
 }
 .AnyTagClassName
 {
   color: #C42700;
 }
</style>
background-color css

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

 a { background-color: rgb(196,39,0); }

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

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

 span { border-color: rgb(196,39,0); }

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