Html Css Color HEX #CA2441 Brick Red

📋 copy color: '#CA2441'

red 202 ◦ green 36 ◦ blue 65

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

Shades of Brick Red #CA2441

Tints of Brick Red #CA2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 66.67%
G = 11.88%
B = 21.45%

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

#CA2441 (or 0xCA2441) is known color: Brick Red. HEX triplet: CA, 24 and 41. RGB value is (202,36,65). Sum of RGB (Red+Green+Blue) = 202+36+65=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2441 is #35DBBE. Grayscale: #585858. Windows color (decimal): -3529663 or 4269258. OLE color: 4269258.

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

Color convert

RGB 202 36 65 -
CMYK 0 0.82 0.68 0.21
HSL 349.52º 0.7% 0.47% -
HSV(B) 349.52º 0.82% 0.79% -
XYZ 25.94 14.2 6.37 -
YUV 88.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 202 36 65 0 0.82 0.68 0.21 349.52 0.7 0.47
Hex CA 24 41 0 52 44 15 15E 46 2F
Octal 312 44 101 0 122 104 25 536 106 57
Binary 11001010 100100 1000001 0 1010010 1000100 10101 101011110 1000110 101111

Color Harmonies of #CA2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2441

Black with #CA2441

Text Example


Text Example

White with #CA2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2441; }

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

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

background-color css

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

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

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

border-color css

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

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

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