#CA2600

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

Shades of Harley Davidson Orange #CA2600

Tints of Harley Davidson Orange #CA2600

Color information

#CA2600 (or 0xCA2600) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 26 and 00. RGB value is (202,38,0). Sum of RGB (Red+Green+Blue) = 202+38+0=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2600 is #35D9FF. Grayscale: #535353. Windows color (decimal): -3529216 or 9930. OLE color: 9930.

HSL color Cylindrical-coordinate representation of color #CA2600: hue angle of 11.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA2600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB202380-
CMYK00.8110.21
HSL11.29º100%39.61%-
HSV(B)11.29º100%79.22%-
XYZ25.0513.941.37-
YUV82.781.33213.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 84.17%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.17%
G=15.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20238000.8110.2111.2910039.61
HexCA2600516415b6428
Octal3124600121144251314450
Binary1100101010011000101000111001001010110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2600; }

 p { color: rgb(202,38,0); }

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

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

 a { background-color: rgb(202,38,0); }

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

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

 span { border-color: rgb(202,38,0); }

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