Html Css Color HEX #C7303C Brick Red

📋 copy color: '#C7303C'

red 199 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #C7303C

Tints of Brick Red #C7303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 64.82%
G = 15.64%
B = 19.54%

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

#C7303C (or 0xC7303C) is known color: Brick Red. HEX triplet: C7, 30 and 3C. RGB value is (199,48,60). Sum of RGB (Red+Green+Blue) = 199+48+60=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7303C is #38CFC3. Grayscale: #5E5E5E. Windows color (decimal): -3723204 or 3944647. OLE color: 3944647.

HSL color Cylindrical-coordinate representation of color #C7303C: hue angle of 355.23º 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 #C7303C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 60 -
CMYK 0 0.76 0.70 0.22
HSL 355.23º 0.61% 0.48% -
HSV(B) 355.23º 0.76% 0.78% -
XYZ 25.43 14.58 5.75 -
YUV 94.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 199 48 60 0 0.76 0.70 0.22 355.23 0.61 0.48
Hex C7 30 3C 0 4C 46 16 163 3D 30
Octal 307 60 74 0 114 106 26 543 75 60
Binary 11000111 110000 111100 0 1001100 1000110 10110 101100011 111101 110000

Color Harmonies of #C7303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7303C

Black with #C7303C

Text Example


Text Example

White with #C7303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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