Html Css Color HEX #C31914 Fire Brick

📋 copy color: '#C31914'

red 195 ◦ green 25 ◦ blue 20

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

Shades of Fire Brick #C31914

Tints of Fire Brick #C31914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 81.25%
G = 10.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C31914 (or 0xC31914) is known color: Fire Brick. HEX triplet: C3, 19 and 14. RGB value is (195,25,20). Sum of RGB (Red+Green+Blue) = 195+25+20=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C31914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31914 is #3CE6EB. Grayscale: #4B4B4B. Windows color (decimal): -3991276 or 1317315. OLE color: 1317315.

HSL color Cylindrical-coordinate representation of color #C31914: hue angle of 1.71º 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 #C31914 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 20 -
CMYK 0 0.87 0.90 0.24
HSL 1.71º 0.81% 0.42% -
HSV(B) 1.71º 0.9% 0.76% -
XYZ 22.98 12.35 1.83 -
YUV 75.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 195 25 20 0 0.87 0.90 0.24 1.71 0.81 0.42
Hex C3 19 14 0 57 5A 18 2 51 2A
Octal 303 31 24 0 127 132 30 2 121 52
Binary 11000011 11001 10100 0 1010111 1011010 11000 10 1010001 101010

Color Harmonies of #C31914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31914

Black with #C31914

Text Example


Text Example

White with #C31914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31914; }

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

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

background-color css

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

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

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

border-color css

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

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

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