Html Css Color HEX #CA2647 Brick Red

📋 copy color: '#CA2647'

red 202 ◦ green 38 ◦ blue 71

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

Shades of Brick Red #CA2647

Tints of Brick Red #CA2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 64.95%
G = 12.22%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2647 (or 0xCA2647) is known color: Brick Red. HEX triplet: CA, 26 and 47. RGB value is (202,38,71). Sum of RGB (Red+Green+Blue) = 202+38+71=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2647 is #35D9B8. Grayscale: #5A5A5A. Windows color (decimal): -3529145 or 4662986. OLE color: 4662986.

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

Color convert

RGB 202 38 71 -
CMYK 0 0.81 0.65 0.21
HSL 347.93º 0.68% 0.47% -
HSV(B) 347.93º 0.81% 0.79% -
XYZ 26.19 14.4 7.36 -
YUV 90.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 202 38 71 0 0.81 0.65 0.21 347.93 0.68 0.47
Hex CA 26 47 0 51 41 15 15C 44 2F
Octal 312 46 107 0 121 101 25 534 104 57
Binary 11001010 100110 1000111 0 1010001 1000001 10101 101011100 1000100 101111

Color Harmonies of #CA2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2647

Black with #CA2647

Text Example


Text Example

White with #CA2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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