Html Css Color HEX #C31F18 Fire Brick

📋 copy color: '#C31F18'

red 195 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #C31F18

Tints of Fire Brick #C31F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 78%
G = 12.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C31F18 (or 0xC31F18) is known color: Fire Brick. HEX triplet: C3, 1F and 18. RGB value is (195,31,24). Sum of RGB (Red+Green+Blue) = 195+31+24=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31F18 is #3CE0E7. Grayscale: #4F4F4F. Windows color (decimal): -3989736 or 1580995. OLE color: 1580995.

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

Color convert

RGB 195 31 24 -
CMYK 0 0.84 0.88 0.24
HSL 2.46º 0.78% 0.43% -
HSV(B) 2.46º 0.88% 0.76% -
XYZ 23.16 12.65 2.08 -
YUV 79.24 96.83 210.57 -
System Red Green Blue C M Y K H S L
Decimal 195 31 24 0 0.84 0.88 0.24 2.46 0.78 0.43
Hex C3 1F 18 0 54 58 18 2 4E 2B
Octal 303 37 30 0 124 130 30 2 116 53
Binary 11000011 11111 11000 0 1010100 1011000 11000 10 1001110 101011

Color Harmonies of #C31F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F18

Black with #C31F18

Text Example


Text Example

White with #C31F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F18; }

 p { color: rgb(195,31,24); }

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

background-color css

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

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

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

border-color css

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

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

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