Html Css Color HEX #C31714 Fire Brick

📋 copy color: '#C31714'

red 195 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #C31714

Tints of Fire Brick #C31714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 81.93%
G = 9.66%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C31714 (or 0xC31714) is known color: Fire Brick. HEX triplet: C3, 17 and 14. RGB value is (195,23,20). Sum of RGB (Red+Green+Blue) = 195+23+20=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C31714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31714 is #3CE8EB. Grayscale: #4A4A4A. Windows color (decimal): -3991788 or 1316803. OLE color: 1316803.

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

Color convert

RGB 195 23 20 -
CMYK 0 0.88 0.90 0.24
HSL 1.03º 0.81% 0.42% -
HSV(B) 1.03º 0.9% 0.76% -
XYZ 22.94 12.27 1.82 -
YUV 74.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 195 23 20 0 0.88 0.90 0.24 1.03 0.81 0.42
Hex C3 17 14 0 58 5A 18 1 51 2A
Octal 303 27 24 0 130 132 30 1 121 52
Binary 11000011 10111 10100 0 1011000 1011010 11000 1 1010001 101010

Color Harmonies of #C31714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31714

Black with #C31714

Text Example


Text Example

White with #C31714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31714; }

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

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

background-color css

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

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

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

border-color css

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

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

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