Html Css Color HEX #CA053A Crimson

📋 copy color: '#CA053A'

red 202 ◦ green 5 ◦ blue 58

#CA053A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CA053A

Tints of Crimson #CA053A

RGB

 RED value IS 202 (79.3% from 255) = 76.23%

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 76.23%
G = 1.89%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA053A (or 0xCA053A) is known color: Crimson. HEX triplet: CA, 05 and 3A. RGB value is (202,5,58). Sum of RGB (Red+Green+Blue) = 202+5+58=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053A is #35FAC5. Grayscale: #454545. Windows color (decimal): -3537606 or 3802570. OLE color: 3802570.

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

Color convert

RGB 202 5 58 -
CMYK 0 0.98 0.71 0.21
HSL 343.86º 0.95% 0.41% -
HSV(B) 343.86º 0.98% 0.79% -
XYZ 25.18 12.97 5.18 -
YUV 69.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 202 5 58 0 0.98 0.71 0.21 343.86 0.95 0.41
Hex CA 5 3A 0 62 47 15 158 5F 29
Octal 312 5 72 0 142 107 25 530 137 51
Binary 11001010 101 111010 0 1100010 1000111 10101 101011000 1011111 101001

Color Harmonies of #CA053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA053A

Black with #CA053A

Text Example


Text Example

White with #CA053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA053A; }

 p { color: rgb(202,5,58); }

 H1.HeaderClassName
 {
   color: #CA053A;
 }
 .AnyTagClassName
 {
   color: #CA053A;
 }
</style>

background-color css

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

 a { background-color: rgb(202,5,58); }

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

border-color css

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

 span { border-color: rgb(202,5,58); }

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