Html Css Color HEX #CA2343 Brick Red

📋 copy color: '#CA2343'

red 202 ◦ green 35 ◦ blue 67

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

Shades of Brick Red #CA2343

Tints of Brick Red #CA2343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 66.45%
G = 11.51%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2343 (or 0xCA2343) is known color: Brick Red. HEX triplet: CA, 23 and 43. RGB value is (202,35,67). Sum of RGB (Red+Green+Blue) = 202+35+67=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2343 is #35DCBC. Grayscale: #585858. Windows color (decimal): -3529917 or 4400074. OLE color: 4400074.

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

Color convert

RGB 202 35 67 -
CMYK 0 0.83 0.67 0.21
HSL 348.5º 0.7% 0.46% -
HSV(B) 348.5º 0.83% 0.79% -
XYZ 25.97 14.16 6.68 -
YUV 88.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 202 35 67 0 0.83 0.67 0.21 348.5 0.7 0.46
Hex CA 23 43 0 53 43 15 15D 46 2E
Octal 312 43 103 0 123 103 25 535 106 56
Binary 11001010 100011 1000011 0 1010011 1000011 10101 101011101 1000110 101110

Color Harmonies of #CA2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2343

Black with #CA2343

Text Example


Text Example

White with #CA2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2343; }

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

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

background-color css

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

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

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

border-color css

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

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

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