Html Css Color HEX #CA2541 Brick Red

📋 copy color: '#CA2541'

red 202 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #CA2541

Tints of Brick Red #CA2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 66.45%
G = 12.17%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2541 (or 0xCA2541) is known color: Brick Red. HEX triplet: CA, 25 and 41. RGB value is (202,37,65). Sum of RGB (Red+Green+Blue) = 202+37+65=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2541 is #35DABE. Grayscale: #595959. Windows color (decimal): -3529407 or 4269514. OLE color: 4269514.

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

Color convert

RGB 202 37 65 -
CMYK 0 0.82 0.68 0.21
HSL 349.82º 0.69% 0.47% -
HSV(B) 349.82º 0.82% 0.79% -
XYZ 25.97 14.26 6.38 -
YUV 89.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 202 37 65 0 0.82 0.68 0.21 349.82 0.69 0.47
Hex CA 25 41 0 52 44 15 15E 45 2F
Octal 312 45 101 0 122 104 25 536 105 57
Binary 11001010 100101 1000001 0 1010010 1000100 10101 101011110 1000101 101111

Color Harmonies of #CA2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2541

Black with #CA2541

Text Example


Text Example

White with #CA2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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