Html Css Color HEX #C31917 Fire Brick

📋 copy color: '#C31917'

red 195 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #C31917

Tints of Fire Brick #C31917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 80.25%
G = 10.29%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C31917 (or 0xC31917) is known color: Fire Brick. HEX triplet: C3, 19 and 17. RGB value is (195,25,23). Sum of RGB (Red+Green+Blue) = 195+25+23=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C31917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31917 is #3CE6E8. Grayscale: #4B4B4B. Windows color (decimal): -3991273 or 1513923. OLE color: 1513923.

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

Color convert

RGB 195 25 23 -
CMYK 0 0.87 0.88 0.24
HSL 0.7º 0.79% 0.43% -
HSV(B) 0.7º 0.88% 0.76% -
XYZ 23.01 12.36 1.98 -
YUV 75.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 195 25 23 0 0.87 0.88 0.24 0.7 0.79 0.43
Hex C3 19 17 0 57 58 18 1 4F 2B
Octal 303 31 27 0 127 130 30 1 117 53
Binary 11000011 11001 10111 0 1010111 1011000 11000 1 1001111 101011

Color Harmonies of #C31917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31917

Black with #C31917

Text Example


Text Example

White with #C31917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31917; }

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

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

background-color css

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

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

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

border-color css

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

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

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