#CA063F

Color #CA063F Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CA063F

Tints of Crimson #CA063F

Color information

#CA063F (or 0xCA063F) is unknown color: approx Crimson. HEX triplet: CA, 06 and 3F. RGB value is (202,6,63). Sum of RGB (Red+Green+Blue) = 202+6+63=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA063F is #35F9C0. Grayscale: #474747. Windows color (decimal): -3537345 or 4130506. OLE color: 4130506.

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

Color convert

RGB202663-
CMYK00.970.690.21
HSL342.55º94.23%40.78%-
HSV(B)342.55º97.03%79.22%-
XYZ25.3213.055.89-
YUV71.1123.43221.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.54%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 63 (25% from 255) = 23.25%
R=74.54%
G=2.21%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20266300.970.690.21342.5594.2340.78
HexCA63F06145151575e29
Octal31267701411052552713651
Binary11001010110111111011000011000101101011010101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA063F; }

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

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

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

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

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

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

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

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