Html Css Color HEX #C7353F Brick Red

📋 copy color: '#C7353F'

red 199 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #C7353F

Tints of Brick Red #C7353F

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

 GREEN value IS 53 (21.09% from 255) = 16.83%

 BLUE value IS 63 (25% from 255) = 20%

R = 63.17%
G = 16.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7353F (or 0xC7353F) is known color: Brick Red. HEX triplet: C7, 35 and 3F. RGB value is (199,53,63). Sum of RGB (Red+Green+Blue) = 199+53+63=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7353F is #38CAC0. Grayscale: #616161. Windows color (decimal): -3721921 or 4142535. OLE color: 4142535.

HSL color Cylindrical-coordinate representation of color #C7353F: hue angle of 355.89º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7353F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 63 -
CMYK 0 0.73 0.68 0.22
HSL 355.89º 0.58% 0.49% -
HSV(B) 355.89º 0.73% 0.78% -
XYZ 25.72 15.05 6.25 -
YUV 97.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 199 53 63 0 0.73 0.68 0.22 355.89 0.58 0.49
Hex C7 35 3F 0 49 44 16 164 3A 31
Octal 307 65 77 0 111 104 26 544 72 61
Binary 11000111 110101 111111 0 1001001 1000100 10110 101100100 111010 110001

Color Harmonies of #C7353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7353F

Black with #C7353F

Text Example


Text Example

White with #C7353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7353F; }

 p { color: rgb(199,53,63); }

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

background-color css

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

 a { background-color: rgb(199,53,63); }

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

border-color css

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

 span { border-color: rgb(199,53,63); }

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