#CA361A

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

Shades of Harley Davidson Orange #CA361A

Tints of Harley Davidson Orange #CA361A

Color information

#CA361A (or 0xCA361A) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 36 and 1A. RGB value is (202,54,26). Sum of RGB (Red+Green+Blue) = 202+54+26=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA361A is #35C9E5. Grayscale: #5F5F5F. Windows color (decimal): -3525094 or 1717962. OLE color: 1717962.

HSL color Cylindrical-coordinate representation of color #CA361A: hue angle of 9.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA361A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2025426-
CMYK00.730.870.21
HSL9.55º77.19%44.71%-
HSV(B)9.55º87.13%79.22%-
XYZ25.8615.272.56-
YUV95.0689.03204.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.63%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=71.63%
G=19.15%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202542600.730.870.219.5577.1944.71
HexCA361A0495715a4d2d
Octal31266320111127251211555
Binary11001010110110110100100100110101111010110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA361A; }

 p { color: rgb(202,54,26); }

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

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

 a { background-color: rgb(202,54,26); }

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

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

 span { border-color: rgb(202,54,26); }

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