Html Css Color HEX #CA2549 Brick Red

📋 copy color: '#CA2549'

red 202 ◦ green 37 ◦ blue 73

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

Shades of Brick Red #CA2549

Tints of Brick Red #CA2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 64.74%
G = 11.86%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA2549 (or 0xCA2549) is known color: Brick Red. HEX triplet: CA, 25 and 49. RGB value is (202,37,73). Sum of RGB (Red+Green+Blue) = 202+37+73=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2549 is #35DAB6. Grayscale: #5A5A5A. Windows color (decimal): -3529399 or 4793802. OLE color: 4793802.

HSL color Cylindrical-coordinate representation of color #CA2549: hue angle of 346.91º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2549 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 73 -
CMYK 0 0.82 0.64 0.21
HSL 346.91º 0.69% 0.47% -
HSV(B) 346.91º 0.82% 0.79% -
XYZ 26.22 14.36 7.69 -
YUV 90.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 202 37 73 0 0.82 0.64 0.21 346.91 0.69 0.47
Hex CA 25 49 0 52 40 15 15B 45 2F
Octal 312 45 111 0 122 100 25 533 105 57
Binary 11001010 100101 1001001 0 1010010 1000000 10101 101011011 1000101 101111

Color Harmonies of #CA2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2549

Black with #CA2549

Text Example


Text Example

White with #CA2549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2549; }

 p { color: rgb(202,37,73); }

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

background-color css

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

 a { background-color: rgb(202,37,73); }

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

border-color css

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

 span { border-color: rgb(202,37,73); }

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