Html Css Color HEX #C4313E Brick Red

📋 copy color: '#C4313E'

red 196 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #C4313E

Tints of Brick Red #C4313E

RGB

 RED value IS 196 (76.95% from 255) = 63.84%

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 63.84%
G = 15.96%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4313E (or 0xC4313E) is known color: Brick Red. HEX triplet: C4, 31 and 3E. RGB value is (196,49,62). Sum of RGB (Red+Green+Blue) = 196+49+62=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4313E is #3BCEC1. Grayscale: #5E5E5E. Windows color (decimal): -3919554 or 4075972. OLE color: 4075972.

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

Color convert

RGB 196 49 62 -
CMYK 0 0.75 0.68 0.23
HSL 354.69º 0.6% 0.48% -
HSV(B) 354.69º 0.75% 0.77% -
XYZ 24.73 14.28 6.01 -
YUV 94.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 196 49 62 0 0.75 0.68 0.23 354.69 0.6 0.48
Hex C4 31 3E 0 4B 44 17 163 3C 30
Octal 304 61 76 0 113 104 27 543 74 60
Binary 11000100 110001 111110 0 1001011 1000100 10111 101100011 111100 110000

Color Harmonies of #C4313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4313E

Black with #C4313E

Text Example


Text Example

White with #C4313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4313E; }

 p { color: rgb(196,49,62); }

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

background-color css

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

 a { background-color: rgb(196,49,62); }

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

border-color css

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

 span { border-color: rgb(196,49,62); }

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