Html Css Color HEX #C52121 Fire Brick

📋 copy color: '#C52121'

red 197 ◦ green 33 ◦ blue 33

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

Shades of Fire Brick #C52121

Tints of Fire Brick #C52121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 74.9%
G = 12.55%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C52121 (or 0xC52121) is known color: Fire Brick. HEX triplet: C5, 21 and 21. RGB value is (197,33,33). Sum of RGB (Red+Green+Blue) = 197+33+33=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C52121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52121 is #3ADEDE. Grayscale: #525252. Windows color (decimal): -3858143 or 2171333. OLE color: 2171333.

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

Color convert

RGB 197 33 33 -
CMYK 0 0.83 0.83 0.23
HSL 0.71% 0.45% -
HSV(B) 0.83% 0.77% -
XYZ 23.84 13.07 2.7 -
YUV 82.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 197 33 33 0 0.83 0.83 0.23 0 0.71 0.45
Hex C5 21 21 0 53 53 17 0 47 2D
Octal 305 41 41 0 123 123 27 0 107 55
Binary 11000101 100001 100001 0 1010011 1010011 10111 0 1000111 101101

Color Harmonies of #C52121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52121

Black with #C52121

Text Example


Text Example

White with #C52121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52121; }

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

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

background-color css

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

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

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

border-color css

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

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

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