Html Css Color HEX #C31613 Fire Brick

📋 copy color: '#C31613'

red 195 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #C31613

Tints of Fire Brick #C31613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 82.63%
G = 9.32%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C31613 (or 0xC31613) is known color: Fire Brick. HEX triplet: C3, 16 and 13. RGB value is (195,22,19). Sum of RGB (Red+Green+Blue) = 195+22+19=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31613 is #3CE9EC. Grayscale: #494949. Windows color (decimal): -3992045 or 1251011. OLE color: 1251011.

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

Color convert

RGB 195 22 19 -
CMYK 0 0.89 0.90 0.24
HSL 1.02º 0.82% 0.42% -
HSV(B) 1.02º 0.9% 0.76% -
XYZ 22.91 12.22 1.77 -
YUV 73.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 195 22 19 0 0.89 0.90 0.24 1.02 0.82 0.42
Hex C3 16 13 0 59 5A 18 1 52 2A
Octal 303 26 23 0 131 132 30 1 122 52
Binary 11000011 10110 10011 0 1011001 1011010 11000 1 1010010 101010

Color Harmonies of #C31613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31613

Black with #C31613

Text Example


Text Example

White with #C31613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31613; }

 p { color: rgb(195,22,19); }

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

background-color css

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

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

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

border-color css

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

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

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