Html Css Color HEX #CA0537 Crimson

📋 copy color: '#CA0537'

red 202 ◦ green 5 ◦ blue 55

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

Shades of Crimson #CA0537

Tints of Crimson #CA0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.99%

R = 77.1%
G = 1.91%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0537 (or 0xCA0537) is known color: Crimson. HEX triplet: CA, 05 and 37. RGB value is (202,5,55). Sum of RGB (Red+Green+Blue) = 202+5+55=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0537 is #35FAC8. Grayscale: #454545. Windows color (decimal): -3537609 or 3605962. OLE color: 3605962.

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

Color convert

RGB 202 5 55 -
CMYK 0 0.98 0.73 0.21
HSL 344.77º 0.95% 0.41% -
HSV(B) 344.77º 0.98% 0.79% -
XYZ 25.1 12.94 4.79 -
YUV 69.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 202 5 55 0 0.98 0.73 0.21 344.77 0.95 0.41
Hex CA 5 37 0 62 49 15 159 5F 29
Octal 312 5 67 0 142 111 25 531 137 51
Binary 11001010 101 110111 0 1100010 1001001 10101 101011001 1011111 101001

Color Harmonies of #CA0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0537

Black with #CA0537

Text Example


Text Example

White with #CA0537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0537; }

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

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

background-color css

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

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

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

border-color css

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

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

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