Html Css Color HEX #C31515 Fire Brick

📋 copy color: '#C31515'

red 195 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #C31515

Tints of Fire Brick #C31515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 82.28%
G = 8.86%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C31515 (or 0xC31515) is known color: Fire Brick. HEX triplet: C3, 15 and 15. RGB value is (195,21,21). Sum of RGB (Red+Green+Blue) = 195+21+21=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C31515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31515 is #3CEAEA. Grayscale: #494949. Windows color (decimal): -3992299 or 1381827. OLE color: 1381827.

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

Color convert

RGB 195 21 21 -
CMYK 0 0.89 0.89 0.24
HSL 0.81% 0.42% -
HSV(B) 0.89% 0.76% -
XYZ 22.91 12.19 1.86 -
YUV 73.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 195 21 21 0 0.89 0.89 0.24 0 0.81 0.42
Hex C3 15 15 0 59 59 18 0 51 2A
Octal 303 25 25 0 131 131 30 0 121 52
Binary 11000011 10101 10101 0 1011001 1011001 11000 0 1010001 101010

Color Harmonies of #C31515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31515

Black with #C31515

Text Example


Text Example

White with #C31515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31515; }

 p { color: rgb(195,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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