Html Css Color HEX #C5221D Fire Brick

📋 copy color: '#C5221D'

red 197 ◦ green 34 ◦ blue 29

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

Shades of Fire Brick #C5221D

Tints of Fire Brick #C5221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 75.77%
G = 13.08%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5221D (or 0xC5221D) is known color: Fire Brick. HEX triplet: C5, 22 and 1D. RGB value is (197,34,29). Sum of RGB (Red+Green+Blue) = 197+34+29=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5221D is #3ADDE2. Grayscale: #525252. Windows color (decimal): -3857891 or 1909445. OLE color: 1909445.

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

Color convert

RGB 197 34 29 -
CMYK 0 0.83 0.85 0.23
HSL 1.79º 0.74% 0.44% -
HSV(B) 1.79º 0.85% 0.77% -
XYZ 23.82 13.1 2.44 -
YUV 82.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 197 34 29 0 0.83 0.85 0.23 1.79 0.74 0.44
Hex C5 22 1D 0 53 55 17 2 4A 2C
Octal 305 42 35 0 123 125 27 2 112 54
Binary 11000101 100010 11101 0 1010011 1010101 10111 10 1001010 101100

Color Harmonies of #C5221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5221D

Black with #C5221D

Text Example


Text Example

White with #C5221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5221D; }

 p { color: rgb(197,34,29); }

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

background-color css

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

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

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

border-color css

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

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

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