Html Css Color HEX #C42220 Fire Brick

📋 copy color: '#C42220'

red 196 ◦ green 34 ◦ blue 32

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

Shades of Fire Brick #C42220

Tints of Fire Brick #C42220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 74.81%
G = 12.98%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C42220 (or 0xC42220) is known color: Fire Brick. HEX triplet: C4, 22 and 20. RGB value is (196,34,32). Sum of RGB (Red+Green+Blue) = 196+34+32=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C42220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42220 is #3BDDDF. Grayscale: #525252. Windows color (decimal): -3923424 or 2106052. OLE color: 2106052.

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

Color convert

RGB 196 34 32 -
CMYK 0 0.83 0.84 0.23
HSL 0.73º 0.72% 0.45% -
HSV(B) 0.73º 0.84% 0.77% -
XYZ 23.6 12.98 2.63 -
YUV 82.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 196 34 32 0 0.83 0.84 0.23 0.73 0.72 0.45
Hex C4 22 20 0 53 54 17 1 48 2D
Octal 304 42 40 0 123 124 27 1 110 55
Binary 11000100 100010 100000 0 1010011 1010100 10111 1 1001000 101101

Color Harmonies of #C42220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42220

Black with #C42220

Text Example


Text Example

White with #C42220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42220; }

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

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

background-color css

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

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

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

border-color css

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

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

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