Html Css Color HEX #C62221 Fire Brick

📋 copy color: '#C62221'

red 198 ◦ green 34 ◦ blue 33

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

Shades of Fire Brick #C62221

Tints of Fire Brick #C62221

RGB

 RED value IS 198 (77.73% from 255) = 74.72%

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

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

R = 74.72%
G = 12.83%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C62221 (or 0xC62221) is known color: Fire Brick. HEX triplet: C6, 22 and 21. RGB value is (198,34,33). Sum of RGB (Red+Green+Blue) = 198+34+33=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C62221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62221 is #39DDDE. Grayscale: #535353. Windows color (decimal): -3792351 or 2171590. OLE color: 2171590.

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

Color convert

RGB 198 34 33 -
CMYK 0 0.83 0.83 0.22
HSL 0.36º 0.71% 0.45% -
HSV(B) 0.36º 0.83% 0.78% -
XYZ 24.14 13.26 2.73 -
YUV 82.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 198 34 33 0 0.83 0.83 0.22 0.36 0.71 0.45
Hex C6 22 21 0 53 53 16 0 47 2D
Octal 306 42 41 0 123 123 26 0 107 55
Binary 11000110 100010 100001 0 1010011 1010011 10110 0 1000111 101101

Color Harmonies of #C62221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62221

Black with #C62221

Text Example


Text Example

White with #C62221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62221; }

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

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

background-color css

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

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

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

border-color css

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

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

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