#CA3918

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

Shades of Harley Davidson Orange #CA3918

Tints of Harley Davidson Orange #CA3918

Color information

#CA3918 (or 0xCA3918) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 39 and 18. RGB value is (202,57,24). Sum of RGB (Red+Green+Blue) = 202+57+24=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3918 is #35C6E7. Grayscale: #606060. Windows color (decimal): -3524328 or 1587658. OLE color: 1587658.

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

Color convert

RGB2025724-
CMYK00.720.880.21
HSL11.12º78.76%44.31%-
HSV(B)11.12º88.12%79.22%-
XYZ25.9915.552.5-
YUV96.5987.04203.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.38%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=71.38%
G=20.14%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202572400.720.880.2111.1278.7644.31
HexCA39180485815b4f2c
Octal31271300110130251311754
Binary11001010111001110000100100010110001010110111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3918; }

 p { color: rgb(202,57,24); }

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

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

 a { background-color: rgb(202,57,24); }

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

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

 span { border-color: rgb(202,57,24); }

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