#CA431F

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

Shades of Harley Davidson Orange #CA431F

Tints of Harley Davidson Orange #CA431F

Color information

#CA431F (or 0xCA431F) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 43 and 1F. RGB value is (202,67,31). Sum of RGB (Red+Green+Blue) = 202+67+31=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA431F is #35BCE0. Grayscale: #676767. Windows color (decimal): -3521761 or 2048970. OLE color: 2048970.

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

Color convert

RGB2026731-
CMYK00.670.850.21
HSL12.63º73.39%45.69%-
HSV(B)12.63º84.65%79.22%-
XYZ26.6116.673.11-
YUV103.2687.23198.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.33%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=67.33%
G=22.33%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202673100.670.850.2112.6373.3945.69
HexCA431F0435515d492e
Octal312103370103125251511156
Binary110010101000011111110100001110101011010111011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA431F; }

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

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

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

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

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

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

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

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