#CA3818

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

Shades of Harley Davidson Orange #CA3818

Tints of Harley Davidson Orange #CA3818

Color information

#CA3818 (or 0xCA3818) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 38 and 18. RGB value is (202,56,24). Sum of RGB (Red+Green+Blue) = 202+56+24=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3818 is #35C7E7. Grayscale: #606060. Windows color (decimal): -3524584 or 1587402. OLE color: 1587402.

HSL color Cylindrical-coordinate representation of color #CA3818: hue angle of 10.79º 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 #CA3818 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB2025624-
CMYK00.720.880.21
HSL10.79º78.76%44.31%-
HSV(B)10.79º88.12%79.22%-
XYZ25.9415.452.48-
YUV96.0187.37203.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.63%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=71.63%
G=19.86%
B=8.51%

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
Decimal202562400.720.880.2110.7978.7644.31
HexCA38180485815b4f2c
Octal31270300110130251311754
Binary11001010111000110000100100010110001010110111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3818; }

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

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

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

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

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

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

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

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