Html Css Color HEX #CA053B Crimson

📋 copy color: '#CA053B'

red 202 ◦ green 5 ◦ blue 59

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

Shades of Crimson #CA053B

Tints of Crimson #CA053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 75.94%
G = 1.88%
B = 22.18%

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

#CA053B (or 0xCA053B) is known color: Crimson. HEX triplet: CA, 05 and 3B. RGB value is (202,5,59). Sum of RGB (Red+Green+Blue) = 202+5+59=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA053B is #35FAC4. Grayscale: #464646. Windows color (decimal): -3537605 or 3868106. OLE color: 3868106.

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

Color convert

RGB 202 5 59 -
CMYK 0 0.98 0.71 0.21
HSL 343.55º 0.95% 0.41% -
HSV(B) 343.55º 0.98% 0.79% -
XYZ 25.2 12.98 5.32 -
YUV 70.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 202 5 59 0 0.98 0.71 0.21 343.55 0.95 0.41
Hex CA 5 3B 0 62 47 15 158 5F 29
Octal 312 5 73 0 142 107 25 530 137 51
Binary 11001010 101 111011 0 1100010 1000111 10101 101011000 1011111 101001

Color Harmonies of #CA053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA053B

Black with #CA053B

Text Example


Text Example

White with #CA053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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