#CA3914

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

Shades of Harley Davidson Orange #CA3914

Tints of Harley Davidson Orange #CA3914

Color information

#CA3914 (or 0xCA3914) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 39 and 14. RGB value is (202,57,20). Sum of RGB (Red+Green+Blue) = 202+57+20=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3914 is #35C6EB. Grayscale: #606060. Windows color (decimal): -3524332 or 1325514. OLE color: 1325514.

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

Color convert

RGB2025720-
CMYK00.720.900.21
HSL12.2º81.98%43.53%-
HSV(B)12.2º90.1%79.22%-
XYZ25.9515.532.29-
YUV96.1485.04203.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 72.40%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=72.40%
G=20.43%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202572000.720.900.2112.281.9843.53
HexCA39140485A15c522c
Octal31271240110132251412254
Binary11001010111001101000100100010110101010111001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3914; }

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

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

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

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

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

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

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

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