Html Css Color HEX #C92221 Fire Brick

📋 copy color: '#C92221'

red 201 ◦ green 34 ◦ blue 33

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

Shades of Fire Brick #C92221

Tints of Fire Brick #C92221

RGB

 RED value IS 201 (78.91% from 255) = 75%

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

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

R = 75%
G = 12.69%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92221 (or 0xC92221) is known color: Fire Brick. HEX triplet: C9, 22 and 21. RGB value is (201,34,33). Sum of RGB (Red+Green+Blue) = 201+34+33=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C92221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92221 is #36DDDE. Grayscale: #535353. Windows color (decimal): -3595743 or 2171593. OLE color: 2171593.

HSL color Cylindrical-coordinate representation of color #C92221: hue angle of 0.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92221 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 33 -
CMYK 0 0.83 0.84 0.21
HSL 0.36º 0.72% 0.46% -
HSV(B) 0.36º 0.84% 0.79% -
XYZ 24.93 13.67 2.76 -
YUV 83.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 201 34 33 0 0.83 0.84 0.21 0.36 0.72 0.46
Hex C9 22 21 0 53 54 15 0 48 2E
Octal 311 42 41 0 123 124 25 0 110 56
Binary 11001001 100010 100001 0 1010011 1010100 10101 0 1001000 101110

Color Harmonies of #C92221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92221

Black with #C92221

Text Example


Text Example

White with #C92221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92221; }

 p { color: rgb(201,34,33); }

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

background-color css

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

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

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

border-color css

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

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

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