Html Css Color HEX #CA2940 Brick Red

📋 copy color: '#CA2940'

red 202 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #CA2940

Tints of Brick Red #CA2940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 65.8%
G = 13.36%
B = 20.85%

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

#CA2940 (or 0xCA2940) is known color: Brick Red. HEX triplet: CA, 29 and 40. RGB value is (202,41,64). Sum of RGB (Red+Green+Blue) = 202+41+64=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2940 is #35D6BF. Grayscale: #5B5B5B. Windows color (decimal): -3528384 or 4205002. OLE color: 4205002.

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

Color convert

RGB 202 41 64 -
CMYK 0 0.80 0.68 0.21
HSL 351.43º 0.66% 0.48% -
HSV(B) 351.43º 0.8% 0.79% -
XYZ 26.08 14.51 6.28 -
YUV 91.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 202 41 64 0 0.80 0.68 0.21 351.43 0.66 0.48
Hex CA 29 40 0 50 44 15 15F 42 30
Octal 312 51 100 0 120 104 25 537 102 60
Binary 11001010 101001 1000000 0 1010000 1000100 10101 101011111 1000010 110000

Color Harmonies of #CA2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2940

Black with #CA2940

Text Example


Text Example

White with #CA2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2940; }

 p { color: rgb(202,41,64); }

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

background-color css

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

 a { background-color: rgb(202,41,64); }

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

border-color css

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

 span { border-color: rgb(202,41,64); }

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