#CA3F23

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

Shades of Harley Davidson Orange #CA3F23

Tints of Harley Davidson Orange #CA3F23

Color information

#CA3F23 (or 0xCA3F23) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3F and 23. RGB value is (202,63,35). Sum of RGB (Red+Green+Blue) = 202+63+35=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F23 is #35C0DC. Grayscale: #656565. Windows color (decimal): -3522781 or 2310090. OLE color: 2310090.

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

Color convert

RGB2026335-
CMYK00.690.830.21
HSL10.06º70.46%46.47%-
HSV(B)10.06º82.67%79.22%-
XYZ26.4416.233.33-
YUV101.3790.55199.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.33%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 35 (14.06% from 255) = 11.67%
R=67.33%
G=21%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202633500.690.830.2110.0670.4646.47
HexCA3F230455315a462e
Octal31277430105123251210656
Binary110010101111111000110100010110100111010110101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F23; }

 p { color: rgb(202,63,35); }

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

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

 a { background-color: rgb(202,63,35); }

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

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

 span { border-color: rgb(202,63,35); }

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