Html Css Color HEX #C31E1C Fire Brick

📋 copy color: '#C31E1C'

red 195 ◦ green 30 ◦ blue 28

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

Shades of Fire Brick #C31E1C

Tints of Fire Brick #C31E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 77.08%
G = 11.86%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C31E1C (or 0xC31E1C) is known color: Fire Brick. HEX triplet: C3, 1E and 1C. RGB value is (195,30,28). Sum of RGB (Red+Green+Blue) = 195+30+28=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E1C is #3CE1E3. Grayscale: #4F4F4F. Windows color (decimal): -3989988 or 1842883. OLE color: 1842883.

HSL color Cylindrical-coordinate representation of color #C31E1C: hue angle of 0.72º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31E1C is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 28 -
CMYK 0 0.85 0.86 0.24
HSL 0.72º 0.75% 0.44% -
HSV(B) 0.72º 0.86% 0.76% -
XYZ 23.18 12.61 2.31 -
YUV 79.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 195 30 28 0 0.85 0.86 0.24 0.72 0.75 0.44
Hex C3 1E 1C 0 55 56 18 1 4B 2C
Octal 303 36 34 0 125 126 30 1 113 54
Binary 11000011 11110 11100 0 1010101 1010110 11000 1 1001011 101100

Color Harmonies of #C31E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E1C

Black with #C31E1C

Text Example


Text Example

White with #C31E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E1C; }

 p { color: rgb(195,30,28); }

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

background-color css

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

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

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

border-color css

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

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

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