Html Css Color HEX #C31413 Fire Brick

📋 copy color: '#C31413'

red 195 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #C31413

Tints of Fire Brick #C31413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 83.33%
G = 8.55%
B = 8.12%

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

#C31413 (or 0xC31413) is known color: Fire Brick. HEX triplet: C3, 14 and 13. RGB value is (195,20,19). Sum of RGB (Red+Green+Blue) = 195+20+19=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C31413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31413 is #3CEBEC. Grayscale: #484848. Windows color (decimal): -3992557 or 1250499. OLE color: 1250499.

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

Color convert

RGB 195 20 19 -
CMYK 0 0.90 0.90 0.24
HSL 0.34º 0.82% 0.42% -
HSV(B) 0.34º 0.9% 0.76% -
XYZ 22.87 12.15 1.76 -
YUV 72.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 195 20 19 0 0.90 0.90 0.24 0.34 0.82 0.42
Hex C3 14 13 0 5A 5A 18 0 52 2A
Octal 303 24 23 0 132 132 30 0 122 52
Binary 11000011 10100 10011 0 1011010 1011010 11000 0 1010010 101010

Color Harmonies of #C31413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31413

Black with #C31413

Text Example


Text Example

White with #C31413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31413; }

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

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

background-color css

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

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

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

border-color css

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

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

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