Html Css Color HEX #CA2344 Brick Red

📋 copy color: '#CA2344'

red 202 ◦ green 35 ◦ blue 68

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

Shades of Brick Red #CA2344

Tints of Brick Red #CA2344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 66.23%
G = 11.48%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2344 (or 0xCA2344) is known color: Brick Red. HEX triplet: CA, 23 and 44. RGB value is (202,35,68). Sum of RGB (Red+Green+Blue) = 202+35+68=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2344 is #35DCBB. Grayscale: #585858. Windows color (decimal): -3529916 or 4465610. OLE color: 4465610.

HSL color Cylindrical-coordinate representation of color #CA2344: hue angle of 348.14º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2344 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 68 -
CMYK 0 0.83 0.66 0.21
HSL 348.14º 0.7% 0.46% -
HSV(B) 348.14º 0.83% 0.79% -
XYZ 26 14.18 6.83 -
YUV 88.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 202 35 68 0 0.83 0.66 0.21 348.14 0.7 0.46
Hex CA 23 44 0 53 42 15 15C 46 2E
Octal 312 43 104 0 123 102 25 534 106 56
Binary 11001010 100011 1000100 0 1010011 1000010 10101 101011100 1000110 101110

Color Harmonies of #CA2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2344

Black with #CA2344

Text Example


Text Example

White with #CA2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2344; }

 p { color: rgb(202,35,68); }

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

background-color css

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

 a { background-color: rgb(202,35,68); }

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

border-color css

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

 span { border-color: rgb(202,35,68); }

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