#CA3005

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

Shades of Harley Davidson Orange #CA3005

Tints of Harley Davidson Orange #CA3005

Color information

#CA3005 (or 0xCA3005) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 30 and 05. RGB value is (202,48,5). Sum of RGB (Red+Green+Blue) = 202+48+5=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3005 is #35CFFA. Grayscale: #595959. Windows color (decimal): -3526651 or 340170. OLE color: 340170.

HSL color Cylindrical-coordinate representation of color #CA3005: hue angle of 13.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA3005 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202485-
CMYK00.760.980.21
HSL13.1º95.17%40.59%-
HSV(B)13.1º97.52%79.22%-
XYZ25.4414.681.64-
YUV89.1480.52208.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.22%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=79.22%
G=18.82%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20248500.760.980.2113.195.1740.59
HexCA30504C6215d5f29
Octal3126050114142251513751
Binary110010101100001010100110011000101010111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3005; }

 p { color: rgb(202,48,5); }

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

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

 a { background-color: rgb(202,48,5); }

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

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

 span { border-color: rgb(202,48,5); }

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