Html Css Color HEX #CA2844 Brick Red

📋 copy color: '#CA2844'

red 202 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #CA2844

Tints of Brick Red #CA2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 65.16%
G = 12.9%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2844 (or 0xCA2844) is known color: Brick Red. HEX triplet: CA, 28 and 44. RGB value is (202,40,68). Sum of RGB (Red+Green+Blue) = 202+40+68=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2844 is #35D7BB. Grayscale: #5B5B5B. Windows color (decimal): -3528636 or 4466890. OLE color: 4466890.

HSL color Cylindrical-coordinate representation of color #CA2844: hue angle of 349.63º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2844 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 40 68 -
CMYK 0 0.80 0.66 0.21
HSL 349.63º 0.67% 0.47% -
HSV(B) 349.63º 0.8% 0.79% -
XYZ 26.16 14.49 6.89 -
YUV 91.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 202 40 68 0 0.80 0.66 0.21 349.63 0.67 0.47
Hex CA 28 44 0 50 42 15 15E 43 2F
Octal 312 50 104 0 120 102 25 536 103 57
Binary 11001010 101000 1000100 0 1010000 1000010 10101 101011110 1000011 101111

Color Harmonies of #CA2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2844

Black with #CA2844

Text Example


Text Example

White with #CA2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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