Html Css Color HEX #CA2841 Brick Red

📋 copy color: '#CA2841'

red 202 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #CA2841

Tints of Brick Red #CA2841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 65.8%
G = 13.03%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2841 (or 0xCA2841) is known color: Brick Red. HEX triplet: CA, 28 and 41. RGB value is (202,40,65). Sum of RGB (Red+Green+Blue) = 202+40+65=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2841 is #35D7BE. Grayscale: #5B5B5B. Windows color (decimal): -3528639 or 4270282. OLE color: 4270282.

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

Color convert

RGB 202 40 65 -
CMYK 0 0.80 0.68 0.21
HSL 350.74º 0.67% 0.47% -
HSV(B) 350.74º 0.8% 0.79% -
XYZ 26.07 14.46 6.42 -
YUV 91.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 202 40 65 0 0.80 0.68 0.21 350.74 0.67 0.47
Hex CA 28 41 0 50 44 15 15F 43 2F
Octal 312 50 101 0 120 104 25 537 103 57
Binary 11001010 101000 1000001 0 1010000 1000100 10101 101011111 1000011 101111

Color Harmonies of #CA2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2841

Black with #CA2841

Text Example


Text Example

White with #CA2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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