Html Css Color HEX #C31C12 Fire Brick

📋 copy color: '#C31C12'

red 195 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #C31C12

Tints of Fire Brick #C31C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 80.91%
G = 11.62%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C31C12 (or 0xC31C12) is known color: Fire Brick. HEX triplet: C3, 1C and 12. RGB value is (195,28,18). Sum of RGB (Red+Green+Blue) = 195+28+18=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C12 is #3CE3ED. Grayscale: #4D4D4D. Windows color (decimal): -3990510 or 1187011. OLE color: 1187011.

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

Color convert

RGB 195 28 18 -
CMYK 0 0.86 0.91 0.24
HSL 3.39º 0.83% 0.42% -
HSV(B) 3.39º 0.91% 0.76% -
XYZ 23.03 12.48 1.77 -
YUV 76.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 195 28 18 0 0.86 0.91 0.24 3.39 0.83 0.42
Hex C3 1C 12 0 56 5B 18 3 53 2A
Octal 303 34 22 0 126 133 30 3 123 52
Binary 11000011 11100 10010 0 1010110 1011011 11000 11 1010011 101010

Color Harmonies of #C31C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C12

Black with #C31C12

Text Example


Text Example

White with #C31C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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