Html Css Color HEX #C7303D Brick Red

📋 copy color: '#C7303D'

red 199 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #C7303D

Tints of Brick Red #C7303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 64.61%
G = 15.58%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7303D (or 0xC7303D) is known color: Brick Red. HEX triplet: C7, 30 and 3D. RGB value is (199,48,61). Sum of RGB (Red+Green+Blue) = 199+48+61=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7303D is #38CFC2. Grayscale: #5E5E5E. Windows color (decimal): -3723203 or 4010183. OLE color: 4010183.

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

Color convert

RGB 199 48 61 -
CMYK 0 0.76 0.69 0.22
HSL 354.83º 0.61% 0.48% -
HSV(B) 354.83º 0.76% 0.78% -
XYZ 25.45 14.59 5.89 -
YUV 94.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 199 48 61 0 0.76 0.69 0.22 354.83 0.61 0.48
Hex C7 30 3D 0 4C 45 16 163 3D 30
Octal 307 60 75 0 114 105 26 543 75 60
Binary 11000111 110000 111101 0 1001100 1000101 10110 101100011 111101 110000

Color Harmonies of #C7303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7303D

Black with #C7303D

Text Example


Text Example

White with #C7303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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