#CA2017

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

Shades of Harley Davidson Orange #CA2017

Tints of Harley Davidson Orange #CA2017

Color information

#CA2017 (or 0xCA2017) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 20 and 17. RGB value is (202,32,23). Sum of RGB (Red+Green+Blue) = 202+32+23=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2017 is #35DFE8. Grayscale: #525252. Windows color (decimal): -3530729 or 1515722. OLE color: 1515722.

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

Color convert

RGB2023223-
CMYK00.840.890.21
HSL3.02º79.56%44.12%-
HSV(B)3.02º88.61%79.22%-
XYZ25.0313.652.13-
YUV81.894.82213.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.60%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=78.60%
G=12.45%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202322300.840.890.213.0279.5644.12
HexCA201705459153502c
Octal3124027012413125312054
Binary110010101000001011101010100101100110101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2017; }

 p { color: rgb(202,32,23); }

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

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

 a { background-color: rgb(202,32,23); }

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

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

 span { border-color: rgb(202,32,23); }

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