Html Css Color HEX #C5303F Brick Red

📋 copy color: '#C5303F'

red 197 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #C5303F

Tints of Brick Red #C5303F

RGB

 RED value IS 197 (77.34% from 255) = 63.96%

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

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

R = 63.96%
G = 15.58%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5303F (or 0xC5303F) is known color: Brick Red. HEX triplet: C5, 30 and 3F. RGB value is (197,48,63). Sum of RGB (Red+Green+Blue) = 197+48+63=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5303F is #3ACFC0. Grayscale: #5E5E5E. Windows color (decimal): -3854273 or 4141253. OLE color: 4141253.

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

Color convert

RGB 197 48 63 -
CMYK 0 0.76 0.68 0.23
HSL 353.96º 0.61% 0.48% -
HSV(B) 353.96º 0.76% 0.77% -
XYZ 24.98 14.34 6.15 -
YUV 94.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 197 48 63 0 0.76 0.68 0.23 353.96 0.61 0.48
Hex C5 30 3F 0 4C 44 17 162 3D 30
Octal 305 60 77 0 114 104 27 542 75 60
Binary 11000101 110000 111111 0 1001100 1000100 10111 101100010 111101 110000

Color Harmonies of #C5303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5303F

Black with #C5303F

Text Example


Text Example

White with #C5303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5303F; }

 p { color: rgb(197,48,63); }

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

background-color css

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

 a { background-color: rgb(197,48,63); }

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

border-color css

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

 span { border-color: rgb(197,48,63); }

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