#CA1D16

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

Shades of Harley Davidson Orange #CA1D16

Tints of Harley Davidson Orange #CA1D16

Color information

#CA1D16 (or 0xCA1D16) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 1D and 16. RGB value is (202,29,22). Sum of RGB (Red+Green+Blue) = 202+29+22=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1D16 is #35E2E9. Grayscale: #505050. Windows color (decimal): -3531498 or 1449418. OLE color: 1449418.

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

Color convert

RGB2022922-
CMYK00.860.890.21
HSL2.33º80.36%43.92%-
HSV(B)2.33º89.11%79.22%-
XYZ24.9413.492.05-
YUV79.9395.31215.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.84%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=79.84%
G=11.46%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202292200.860.890.212.3380.3643.92
HexCA1D1605659152502c
Octal3123526012613125212054
Binary11001010111011011001010110101100110101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1D16; }

 p { color: rgb(202,29,22); }

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

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

 a { background-color: rgb(202,29,22); }

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

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

 span { border-color: rgb(202,29,22); }

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