#CA381A

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

Shades of Harley Davidson Orange #CA381A

Tints of Harley Davidson Orange #CA381A

Color information

#CA381A (or 0xCA381A) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 38 and 1A. RGB value is (202,56,26). Sum of RGB (Red+Green+Blue) = 202+56+26=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA381A is #35C7E5. Grayscale: #606060. Windows color (decimal): -3524582 or 1718474. OLE color: 1718474.

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

Color convert

RGB2025626-
CMYK00.720.870.21
HSL10.23º77.19%44.71%-
HSV(B)10.23º87.13%79.22%-
XYZ25.9615.462.59-
YUV96.2388.37203.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.13%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=71.13%
G=19.72%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202562600.720.870.2110.2377.1944.71
HexCA381A0485715a4d2d
Octal31270320110127251211555
Binary11001010111000110100100100010101111010110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA381A; }

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

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

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

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

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

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

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

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