Html Css Color HEX #C5201B Fire Brick

📋 copy color: '#C5201B'

red 197 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #C5201B

Tints of Fire Brick #C5201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 76.95%
G = 12.5%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5201B (or 0xC5201B) is known color: Fire Brick. HEX triplet: C5, 20 and 1B. RGB value is (197,32,27). Sum of RGB (Red+Green+Blue) = 197+32+27=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C5201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5201B is #3ADFE4. Grayscale: #505050. Windows color (decimal): -3858405 or 1777861. OLE color: 1777861.

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

Color convert

RGB 197 32 27 -
CMYK 0 0.84 0.86 0.23
HSL 1.76º 0.76% 0.44% -
HSV(B) 1.76º 0.86% 0.77% -
XYZ 23.74 12.98 2.29 -
YUV 80.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 197 32 27 0 0.84 0.86 0.23 1.76 0.76 0.44
Hex C5 20 1B 0 54 56 17 2 4C 2C
Octal 305 40 33 0 124 126 27 2 114 54
Binary 11000101 100000 11011 0 1010100 1010110 10111 10 1001100 101100

Color Harmonies of #C5201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5201B

Black with #C5201B

Text Example


Text Example

White with #C5201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5201B; }

 p { color: rgb(197,32,27); }

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

background-color css

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

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

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

border-color css

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

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

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