Html Css Color HEX #CA2347 Brick Red

📋 copy color: '#CA2347'

red 202 ◦ green 35 ◦ blue 71

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

Shades of Brick Red #CA2347

Tints of Brick Red #CA2347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.05%

R = 65.58%
G = 11.36%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2347 (or 0xCA2347) is known color: Brick Red. HEX triplet: CA, 23 and 47. RGB value is (202,35,71). Sum of RGB (Red+Green+Blue) = 202+35+71=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2347 is #35DCB8. Grayscale: #595959. Windows color (decimal): -3529913 or 4662218. OLE color: 4662218.

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

Color convert

RGB 202 35 71 -
CMYK 0 0.83 0.65 0.21
HSL 347.07º 0.7% 0.46% -
HSV(B) 347.07º 0.83% 0.79% -
XYZ 26.1 14.21 7.33 -
YUV 89.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 202 35 71 0 0.83 0.65 0.21 347.07 0.7 0.46
Hex CA 23 47 0 53 41 15 15B 46 2E
Octal 312 43 107 0 123 101 25 533 106 56
Binary 11001010 100011 1000111 0 1010011 1000001 10101 101011011 1000110 101110

Color Harmonies of #CA2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2347

Black with #CA2347

Text Example


Text Example

White with #CA2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2347; }

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

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

background-color css

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

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

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

border-color css

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

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

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