Html Css Color HEX #C42222 Fire Brick

📋 copy color: '#C42222'

red 196 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #C42222

Tints of Fire Brick #C42222

RGB

 RED value IS 196 (76.95% from 255) = 74.24%

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

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

R = 74.24%
G = 12.88%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C42222 (or 0xC42222) is known color: Fire Brick. HEX triplet: C4, 22 and 22. RGB value is (196,34,34). Sum of RGB (Red+Green+Blue) = 196+34+34=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C42222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42222 is #3BDDDD. Grayscale: #525252. Windows color (decimal): -3923422 or 2237124. OLE color: 2237124.

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

Color convert

RGB 196 34 34 -
CMYK 0 0.83 0.83 0.23
HSL 0.7% 0.45% -
HSV(B) 0.83% 0.77% -
XYZ 23.63 13 2.78 -
YUV 82.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 196 34 34 0 0.83 0.83 0.23 0 0.7 0.45
Hex C4 22 22 0 53 53 17 0 46 2D
Octal 304 42 42 0 123 123 27 0 106 55
Binary 11000100 100010 100010 0 1010011 1010011 10111 0 1000110 101101

Color Harmonies of #C42222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42222

Black with #C42222

Text Example


Text Example

White with #C42222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42222; }

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

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

background-color css

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

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

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

border-color css

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

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

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