Html Css Color HEX #C31D1B Fire Brick

📋 copy color: '#C31D1B'

red 195 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #C31D1B

Tints of Fire Brick #C31D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 77.69%
G = 11.55%
B = 10.76%

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

#C31D1B (or 0xC31D1B) is known color: Fire Brick. HEX triplet: C3, 1D and 1B. RGB value is (195,29,27). Sum of RGB (Red+Green+Blue) = 195+29+27=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D1B is #3CE2E4. Grayscale: #4E4E4E. Windows color (decimal): -3990245 or 1777091. OLE color: 1777091.

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

Color convert

RGB 195 29 27 -
CMYK 0 0.85 0.86 0.24
HSL 0.71º 0.76% 0.44% -
HSV(B) 0.71º 0.86% 0.76% -
XYZ 23.14 12.56 2.24 -
YUV 78.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 195 29 27 0 0.85 0.86 0.24 0.71 0.76 0.44
Hex C3 1D 1B 0 55 56 18 1 4C 2C
Octal 303 35 33 0 125 126 30 1 114 54
Binary 11000011 11101 11011 0 1010101 1010110 11000 1 1001100 101100

Color Harmonies of #C31D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D1B

Black with #C31D1B

Text Example


Text Example

White with #C31D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D1B; }

 p { color: rgb(195,29,27); }

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

background-color css

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

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

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

border-color css

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

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

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