Html Css Color HEX #C2221A Fire Brick

📋 copy color: '#C2221A'

red 194 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #C2221A

Tints of Fire Brick #C2221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 76.38%
G = 13.39%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2221A (or 0xC2221A) is known color: Fire Brick. HEX triplet: C2, 22 and 1A. RGB value is (194,34,26). Sum of RGB (Red+Green+Blue) = 194+34+26=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C2221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2221A is #3DDDE5. Grayscale: #515151. Windows color (decimal): -4054502 or 1712834. OLE color: 1712834.

HSL color Cylindrical-coordinate representation of color #C2221A: hue angle of 2.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2221A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 26 -
CMYK 0 0.82 0.87 0.24
HSL 2.86º 0.76% 0.43% -
HSV(B) 2.86º 0.87% 0.76% -
XYZ 23.01 12.69 2.21 -
YUV 80.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 194 34 26 0 0.82 0.87 0.24 2.86 0.76 0.43
Hex C2 22 1A 0 52 57 18 3 4C 2B
Octal 302 42 32 0 122 127 30 3 114 53
Binary 11000010 100010 11010 0 1010010 1010111 11000 11 1001100 101011

Color Harmonies of #C2221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2221A

Black with #C2221A

Text Example


Text Example

White with #C2221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2221A; }

 p { color: rgb(194,34,26); }

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

background-color css

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

 a { background-color: rgb(194,34,26); }

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

border-color css

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

 span { border-color: rgb(194,34,26); }

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