#CA2C03

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

Shades of Harley Davidson Orange #CA2C03

Tints of Harley Davidson Orange #CA2C03

Color information

#CA2C03 (or 0xCA2C03) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2C and 03. RGB value is (202,44,3). Sum of RGB (Red+Green+Blue) = 202+44+3=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2C03 is #35D3FC. Grayscale: #565656. Windows color (decimal): -3527677 or 208074. OLE color: 208074.

HSL color Cylindrical-coordinate representation of color #CA2C03: hue angle of 12.36º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA2C03 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB202443-
CMYK00.780.990.21
HSL12.36º97.07%40.2%-
HSV(B)12.36º98.51%79.22%-
XYZ25.2714.361.53-
YUV86.5780.85210.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.12%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=81.12%
G=17.67%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20244300.780.990.2112.3697.0740.2
HexCA2C304E6315c6128
Octal3125430116143251414150
Binary11001010101100110100111011000111010111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C03; }

 p { color: rgb(202,44,3); }

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

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

 a { background-color: rgb(202,44,3); }

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

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

 span { border-color: rgb(202,44,3); }

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