Html Css Color HEX #C4313F Brick Red

📋 copy color: '#C4313F'

red 196 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #C4313F

Tints of Brick Red #C4313F

RGB

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

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

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

R = 63.64%
G = 15.91%
B = 20.45%

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

#C4313F (or 0xC4313F) is known color: Brick Red. HEX triplet: C4, 31 and 3F. RGB value is (196,49,63). Sum of RGB (Red+Green+Blue) = 196+49+63=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4313F is #3BCEC0. Grayscale: #5E5E5E. Windows color (decimal): -3919553 or 4141508. OLE color: 4141508.

HSL color Cylindrical-coordinate representation of color #C4313F: hue angle of 354.29º 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 #C4313F is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 63 -
CMYK 0 0.75 0.68 0.23
HSL 354.29º 0.6% 0.48% -
HSV(B) 354.29º 0.75% 0.77% -
XYZ 24.76 14.29 6.16 -
YUV 94.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 196 49 63 0 0.75 0.68 0.23 354.29 0.6 0.48
Hex C4 31 3F 0 4B 44 17 162 3C 30
Octal 304 61 77 0 113 104 27 542 74 60
Binary 11000100 110001 111111 0 1001011 1000100 10111 101100010 111100 110000

Color Harmonies of #C4313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4313F

Black with #C4313F

Text Example


Text Example

White with #C4313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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