Html Css Color HEX #CA2847 Brick Red

📋 copy color: '#CA2847'

red 202 ◦ green 40 ◦ blue 71

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

Shades of Brick Red #CA2847

Tints of Brick Red #CA2847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 64.54%
G = 12.78%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2847 (or 0xCA2847) is known color: Brick Red. HEX triplet: CA, 28 and 47. RGB value is (202,40,71). Sum of RGB (Red+Green+Blue) = 202+40+71=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2847 is #35D7B8. Grayscale: #5C5C5C. Windows color (decimal): -3528633 or 4663498. OLE color: 4663498.

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

Color convert

RGB 202 40 71 -
CMYK 0 0.80 0.65 0.21
HSL 348.52º 0.67% 0.47% -
HSV(B) 348.52º 0.8% 0.79% -
XYZ 26.25 14.53 7.38 -
YUV 91.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 202 40 71 0 0.80 0.65 0.21 348.52 0.67 0.47
Hex CA 28 47 0 50 41 15 15D 43 2F
Octal 312 50 107 0 120 101 25 535 103 57
Binary 11001010 101000 1000111 0 1010000 1000001 10101 101011101 1000011 101111

Color Harmonies of #CA2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2847

Black with #CA2847

Text Example


Text Example

White with #CA2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2847; }

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

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

background-color css

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

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

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

border-color css

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

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

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