Html Css Color HEX #C22621 Fire Brick

📋 copy color: '#C22621'

red 194 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #C22621

Tints of Fire Brick #C22621

RGB

 RED value IS 194 (76.17% from 255) = 73.21%

 GREEN value IS 38 (15.23% from 255) = 14.34%

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

R = 73.21%
G = 14.34%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C22621 (or 0xC22621) is known color: Fire Brick. HEX triplet: C2, 26 and 21. RGB value is (194,38,33). Sum of RGB (Red+Green+Blue) = 194+38+33=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C22621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22621 is #3DD9DE. Grayscale: #545454. Windows color (decimal): -4053471 or 2172610. OLE color: 2172610.

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

Color convert

RGB 194 38 33 -
CMYK 0 0.80 0.83 0.24
HSL 1.86º 0.71% 0.45% -
HSV(B) 1.86º 0.83% 0.76% -
XYZ 23.22 12.97 2.72 -
YUV 84.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 194 38 33 0 0.80 0.83 0.24 1.86 0.71 0.45
Hex C2 26 21 0 50 53 18 2 47 2D
Octal 302 46 41 0 120 123 30 2 107 55
Binary 11000010 100110 100001 0 1010000 1010011 11000 10 1000111 101101

Color Harmonies of #C22621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22621

Black with #C22621

Text Example


Text Example

White with #C22621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22621; }

 p { color: rgb(194,38,33); }

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

background-color css

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

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

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

border-color css

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

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

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