Html Css Color HEX #C7323E Brick Red

📋 copy color: '#C7323E'

red 199 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #C7323E

Tints of Brick Red #C7323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 62 (24.61% from 255) = 19.94%

R = 63.99%
G = 16.08%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7323E (or 0xC7323E) is known color: Brick Red. HEX triplet: C7, 32 and 3E. RGB value is (199,50,62). Sum of RGB (Red+Green+Blue) = 199+50+62=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7323E is #38CDC1. Grayscale: #606060. Windows color (decimal): -3722690 or 4076231. OLE color: 4076231.

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

Color convert

RGB 199 50 62 -
CMYK 0 0.75 0.69 0.22
HSL 355.17º 0.6% 0.49% -
HSV(B) 355.17º 0.75% 0.78% -
XYZ 25.56 14.77 6.06 -
YUV 95.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 199 50 62 0 0.75 0.69 0.22 355.17 0.6 0.49
Hex C7 32 3E 0 4B 45 16 163 3C 31
Octal 307 62 76 0 113 105 26 543 74 61
Binary 11000111 110010 111110 0 1001011 1000101 10110 101100011 111100 110001

Color Harmonies of #C7323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7323E

Black with #C7323E

Text Example


Text Example

White with #C7323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7323E; }

 p { color: rgb(199,50,62); }

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

background-color css

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

 a { background-color: rgb(199,50,62); }

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

border-color css

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

 span { border-color: rgb(199,50,62); }

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