#CA0333

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

Shades of Crimson #CA0333

Tints of Crimson #CA0333

Color information

#CA0333 (or 0xCA0333) is unknown color: approx Crimson. HEX triplet: CA, 03 and 33. RGB value is (202,3,51). Sum of RGB (Red+Green+Blue) = 202+3+51=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0333 is #35FCCC. Grayscale: #434343. Windows color (decimal): -3538125 or 3343306. OLE color: 3343306.

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

Color convert

RGB202351-
CMYK00.990.750.21
HSL345.53º97.07%40.2%-
HSV(B)345.53º98.51%79.22%-
XYZ24.9912.864.3-
YUV67.97118.43223.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.91%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=78.91%
G=1.17%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20235100.990.750.21345.5397.0740.2
HexCA3330634B1515a6128
Octal31236301431132553214150
Binary1100101011110011011000111001011101011010110101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0333; }

 p { color: rgb(202,3,51); }

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

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

 a { background-color: rgb(202,3,51); }

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

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

 span { border-color: rgb(202,3,51); }

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