#CA3D05

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

Shades of Harley Davidson Orange #CA3D05

Tints of Harley Davidson Orange #CA3D05

Color information

#CA3D05 (or 0xCA3D05) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3D and 05. RGB value is (202,61,5). Sum of RGB (Red+Green+Blue) = 202+61+5=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3D05 is #35C2FA. Grayscale: #616161. Windows color (decimal): -3523323 or 343498. OLE color: 343498.

HSL color Cylindrical-coordinate representation of color #CA3D05: hue angle of 17.06º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA3D05 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202615-
CMYK00.700.980.21
HSL17.06º95.17%40.59%-
HSV(B)17.06º97.52%79.22%-
XYZ26.0515.911.84-
YUV96.7776.21203.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.37%
GREEN value IS 61 (24.22% from 255) = 22.76%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=75.37%
G=22.76%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20261500.700.980.2117.0695.1740.59
HexCA3D50466215115f29
Octal3127550106142252113751
Binary1100101011110110101000110110001010101100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D05; }

 p { color: rgb(202,61,5); }

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

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

 a { background-color: rgb(202,61,5); }

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

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

 span { border-color: rgb(202,61,5); }

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