Html Css Color HEX #CA2544 Brick Red

📋 copy color: '#CA2544'

red 202 ◦ green 37 ◦ blue 68

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

Shades of Brick Red #CA2544

Tints of Brick Red #CA2544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 65.8%
G = 12.05%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2544 (or 0xCA2544) is known color: Brick Red. HEX triplet: CA, 25 and 44. RGB value is (202,37,68). Sum of RGB (Red+Green+Blue) = 202+37+68=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2544 is #35DABB. Grayscale: #595959. Windows color (decimal): -3529404 or 4466122. OLE color: 4466122.

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

Color convert

RGB 202 37 68 -
CMYK 0 0.82 0.66 0.21
HSL 348.73º 0.69% 0.47% -
HSV(B) 348.73º 0.82% 0.79% -
XYZ 26.06 14.3 6.85 -
YUV 89.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 202 37 68 0 0.82 0.66 0.21 348.73 0.69 0.47
Hex CA 25 44 0 52 42 15 15D 45 2F
Octal 312 45 104 0 122 102 25 535 105 57
Binary 11001010 100101 1000100 0 1010010 1000010 10101 101011101 1000101 101111

Color Harmonies of #CA2544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2544

Black with #CA2544

Text Example


Text Example

White with #CA2544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2544; }

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

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

background-color css

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

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

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

border-color css

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

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

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