Html Css Color HEX #C52118 Fire Brick

📋 copy color: '#C52118'

red 197 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #C52118

Tints of Fire Brick #C52118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 77.56%
G = 12.99%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52118 (or 0xC52118) is known color: Fire Brick. HEX triplet: C5, 21 and 18. RGB value is (197,33,24). Sum of RGB (Red+Green+Blue) = 197+33+24=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C52118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52118 is #3ADEE7. Grayscale: #515151. Windows color (decimal): -3858152 or 1581509. OLE color: 1581509.

HSL color Cylindrical-coordinate representation of color #C52118: hue angle of 3.12º 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 #C52118 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 24 -
CMYK 0 0.83 0.88 0.23
HSL 3.12º 0.78% 0.43% -
HSV(B) 3.12º 0.88% 0.77% -
XYZ 23.73 13.02 2.13 -
YUV 81.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 197 33 24 0 0.83 0.88 0.23 3.12 0.78 0.43
Hex C5 21 18 0 53 58 17 3 4E 2B
Octal 305 41 30 0 123 130 27 3 116 53
Binary 11000101 100001 11000 0 1010011 1011000 10111 11 1001110 101011

Color Harmonies of #C52118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52118

Black with #C52118

Text Example


Text Example

White with #C52118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52118; }

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

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

background-color css

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

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

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

border-color css

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

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

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