Html Css Color HEX #C31414 Fire Brick

📋 copy color: '#C31414'

red 195 ◦ green 20 ◦ blue 20

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

Shades of Fire Brick #C31414

Tints of Fire Brick #C31414

RGB

 RED value IS 195 (76.56% from 255) = 82.98%

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 82.98%
G = 8.51%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C31414 (or 0xC31414) is known color: Fire Brick. HEX triplet: C3, 14 and 14. RGB value is (195,20,20). Sum of RGB (Red+Green+Blue) = 195+20+20=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31414 is #3CEBEB. Grayscale: #484848. Windows color (decimal): -3992556 or 1316035. OLE color: 1316035.

HSL color Cylindrical-coordinate representation of color #C31414: hue angle of 0º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31414 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 20 -
CMYK 0 0.90 0.90 0.24
HSL 0.81% 0.42% -
HSV(B) 0.9% 0.76% -
XYZ 22.88 12.15 1.8 -
YUV 72.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 195 20 20 0 0.90 0.90 0.24 0 0.81 0.42
Hex C3 14 14 0 5A 5A 18 0 51 2A
Octal 303 24 24 0 132 132 30 0 121 52
Binary 11000011 10100 10100 0 1011010 1011010 11000 0 1010001 101010

Color Harmonies of #C31414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31414

Black with #C31414

Text Example


Text Example

White with #C31414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31414; }

 p { color: rgb(195,20,20); }

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

background-color css

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

 a { background-color: rgb(195,20,20); }

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

border-color css

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

 span { border-color: rgb(195,20,20); }

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