Html Css Color HEX #C51F18 Fire Brick

📋 copy color: '#C51F18'

red 197 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #C51F18

Tints of Fire Brick #C51F18

RGB

 RED value IS 197 (77.34% from 255) = 78.17%

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

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

R = 78.17%
G = 12.3%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C51F18 (or 0xC51F18) is known color: Fire Brick. HEX triplet: C5, 1F and 18. RGB value is (197,31,24). Sum of RGB (Red+Green+Blue) = 197+31+24=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F18 is #3AE0E7. Grayscale: #505050. Windows color (decimal): -3858664 or 1580997. OLE color: 1580997.

HSL color Cylindrical-coordinate representation of color #C51F18: hue angle of 2.43º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51F18 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 24 -
CMYK 0 0.84 0.88 0.23
HSL 2.43º 0.78% 0.43% -
HSV(B) 2.43º 0.88% 0.77% -
XYZ 23.68 12.92 2.11 -
YUV 79.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 197 31 24 0 0.84 0.88 0.23 2.43 0.78 0.43
Hex C5 1F 18 0 54 58 17 2 4E 2B
Octal 305 37 30 0 124 130 27 2 116 53
Binary 11000101 11111 11000 0 1010100 1011000 10111 10 1001110 101011

Color Harmonies of #C51F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F18

Black with #C51F18

Text Example


Text Example

White with #C51F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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