Html Css Color HEX #C6313F Brick Red

📋 copy color: '#C6313F'

red 198 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #C6313F

Tints of Brick Red #C6313F

RGB

 RED value IS 198 (77.73% from 255) = 63.87%

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

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

R = 63.87%
G = 15.81%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6313F (or 0xC6313F) is known color: Brick Red. HEX triplet: C6, 31 and 3F. RGB value is (198,49,63). Sum of RGB (Red+Green+Blue) = 198+49+63=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6313F is #39CEC0. Grayscale: #5F5F5F. Windows color (decimal): -3788481 or 4141510. OLE color: 4141510.

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

Color convert

RGB 198 49 63 -
CMYK 0 0.75 0.68 0.22
HSL 354.36º 0.6% 0.48% -
HSV(B) 354.36º 0.75% 0.78% -
XYZ 25.28 14.56 6.18 -
YUV 95.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 198 49 63 0 0.75 0.68 0.22 354.36 0.6 0.48
Hex C6 31 3F 0 4B 44 16 162 3C 30
Octal 306 61 77 0 113 104 26 542 74 60
Binary 11000110 110001 111111 0 1001011 1000100 10110 101100010 111100 110000

Color Harmonies of #C6313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6313F

Black with #C6313F

Text Example


Text Example

White with #C6313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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