Html Css Color HEX #C7303B Brick Red

📋 copy color: '#C7303B'

red 199 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #C7303B

Tints of Brick Red #C7303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 65.03%
G = 15.69%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7303B (or 0xC7303B) is known color: Brick Red. HEX triplet: C7, 30 and 3B. RGB value is (199,48,59). Sum of RGB (Red+Green+Blue) = 199+48+59=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C7303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7303B is #38CFC4. Grayscale: #5E5E5E. Windows color (decimal): -3723205 or 3879111. OLE color: 3879111.

HSL color Cylindrical-coordinate representation of color #C7303B: hue angle of 355.63º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7303B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 59 -
CMYK 0 0.76 0.70 0.22
HSL 355.63º 0.61% 0.48% -
HSV(B) 355.63º 0.76% 0.78% -
XYZ 25.4 14.57 5.61 -
YUV 94.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 199 48 59 0 0.76 0.70 0.22 355.63 0.61 0.48
Hex C7 30 3B 0 4C 46 16 164 3D 30
Octal 307 60 73 0 114 106 26 544 75 60
Binary 11000111 110000 111011 0 1001100 1000110 10110 101100100 111101 110000

Color Harmonies of #C7303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7303B

Black with #C7303B

Text Example


Text Example

White with #C7303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7303B; }

 p { color: rgb(199,48,59); }

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

background-color css

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

 a { background-color: rgb(199,48,59); }

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

border-color css

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

 span { border-color: rgb(199,48,59); }

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