#CA451F

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

Shades of Harley Davidson Orange #CA451F

Tints of Harley Davidson Orange #CA451F

Color information

#CA451F (or 0xCA451F) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 45 and 1F. RGB value is (202,69,31). Sum of RGB (Red+Green+Blue) = 202+69+31=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA451F is #35BAE0. Grayscale: #686868. Windows color (decimal): -3521249 or 2049482. OLE color: 2049482.

HSL color Cylindrical-coordinate representation of color #CA451F: hue angle of 13.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA451F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB2026931-
CMYK00.660.850.21
HSL13.33º73.39%45.69%-
HSV(B)13.33º84.65%79.22%-
XYZ26.7316.913.15-
YUV104.4486.56197.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=66.89%
G=22.85%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202693100.660.850.2113.3373.3945.69
HexCA451F0425515d492e
Octal312105370102125251511156
Binary110010101000101111110100001010101011010111011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA451F; }

 p { color: rgb(202,69,31); }

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

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

 a { background-color: rgb(202,69,31); }

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

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

 span { border-color: rgb(202,69,31); }

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