#CA300D

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

Shades of Harley Davidson Orange #CA300D

Tints of Harley Davidson Orange #CA300D

Color information

#CA300D (or 0xCA300D) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 30 and 0D. RGB value is (202,48,13). Sum of RGB (Red+Green+Blue) = 202+48+13=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA300D is #35CFF2. Grayscale: #5A5A5A. Windows color (decimal): -3526643 or 864458. OLE color: 864458.

HSL color Cylindrical-coordinate representation of color #CA300D: hue angle of 11.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA300D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2024813-
CMYK00.760.940.21
HSL11.11º87.91%42.16%-
HSV(B)11.11º93.56%79.22%-
XYZ25.4914.71.87-
YUV90.0684.52207.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.81%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=76.81%
G=18.25%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202481300.760.940.2111.1187.9142.16
HexCA30D04C5E15b582a
Octal31260150114136251313052
Binary1100101011000011010100110010111101010110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA300D; }

 p { color: rgb(202,48,13); }

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

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

 a { background-color: rgb(202,48,13); }

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

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

 span { border-color: rgb(202,48,13); }

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