#CA033E

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

Shades of Crimson #CA033E

Tints of Crimson #CA033E

Color information

#CA033E (or 0xCA033E) is unknown color: approx Crimson. HEX triplet: CA, 03 and 3E. RGB value is (202,3,62). Sum of RGB (Red+Green+Blue) = 202+3+62=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA033E is #35FCC1. Grayscale: #454545. Windows color (decimal): -3538114 or 4064202. OLE color: 4064202.

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

Color convert

RGB202362-
CMYK00.990.690.21
HSL342.21º97.07%40.2%-
HSV(B)342.21º98.51%79.22%-
XYZ25.2612.975.73-
YUV69.23123.93222.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.66%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=75.66%
G=1.12%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20236200.990.690.21342.2197.0740.2
HexCA33E06345151566128
Octal31237601431052552614150
Binary1100101011111110011000111000101101011010101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA033E; }

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

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

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

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

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

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

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

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