#C12602

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

Shades of Harley Davidson Orange #C12602

Tints of Harley Davidson Orange #C12602

Color information

#C12602 (or 0xC12602) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 26 and 02. RGB value is (193,38,2). Sum of RGB (Red+Green+Blue) = 193+38+2=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C12602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12602 is #3ED9FD. Grayscale: #505050. Windows color (decimal): -4119038 or 140993. OLE color: 140993.

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

Color convert

RGB193382-
CMYK00.800.990.24
HSL11.31º97.95%38.24%-
HSV(B)11.31º98.96%75.69%-
XYZ22.712.731.32-
YUV80.2483.85208.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.83%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=82.83%
G=16.31%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19338200.800.990.2411.3197.9538.24
HexC12620506318b6226
Octal3014620120143301314246
Binary11000001100110100101000011000111100010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12602; }

 p { color: rgb(193,38,2); }

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

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

 a { background-color: rgb(193,38,2); }

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

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

 span { border-color: rgb(193,38,2); }

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