Html Css Color HEX #C22222 Fire Brick

📋 copy color: '#C22222'

red 194 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #C22222

Tints of Fire Brick #C22222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.98%

R = 74.05%
G = 12.98%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C22222 (or 0xC22222) is known color: Fire Brick. HEX triplet: C2, 22 and 22. RGB value is (194,34,34). Sum of RGB (Red+Green+Blue) = 194+34+34=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C22222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22222 is #3DDDDD. Grayscale: #515151. Windows color (decimal): -4054494 or 2237122. OLE color: 2237122.

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

Color convert

RGB 194 34 34 -
CMYK 0 0.82 0.82 0.24
HSL 0.7% 0.45% -
HSV(B) 0.82% 0.76% -
XYZ 23.11 12.73 2.75 -
YUV 81.84 101.01 208 -
System Red Green Blue C M Y K H S L
Decimal 194 34 34 0 0.82 0.82 0.24 0 0.7 0.45
Hex C2 22 22 0 52 52 18 0 46 2D
Octal 302 42 42 0 122 122 30 0 106 55
Binary 11000010 100010 100010 0 1010010 1010010 11000 0 1000110 101101

Color Harmonies of #C22222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22222

Black with #C22222

Text Example


Text Example

White with #C22222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22222; }

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

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

background-color css

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

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

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

border-color css

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

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

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