Html Css Color HEX #C42620 Fire Brick

📋 copy color: '#C42620'

red 196 ◦ green 38 ◦ blue 32

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

Shades of Fire Brick #C42620

Tints of Fire Brick #C42620

RGB

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

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

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

R = 73.68%
G = 14.29%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C42620 (or 0xC42620) is known color: Fire Brick. HEX triplet: C4, 26 and 20. RGB value is (196,38,32). Sum of RGB (Red+Green+Blue) = 196+38+32=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C42620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42620 is #3BD9DF. Grayscale: #545454. Windows color (decimal): -3922400 or 2107076. OLE color: 2107076.

HSL color Cylindrical-coordinate representation of color #C42620: hue angle of 2.2º 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 #C42620 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 32 -
CMYK 0 0.81 0.84 0.23
HSL 2.2º 0.72% 0.45% -
HSV(B) 2.2º 0.84% 0.77% -
XYZ 23.72 13.23 2.67 -
YUV 84.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 196 38 32 0 0.81 0.84 0.23 2.2 0.72 0.45
Hex C4 26 20 0 51 54 17 2 48 2D
Octal 304 46 40 0 121 124 27 2 110 55
Binary 11000100 100110 100000 0 1010001 1010100 10111 10 1001000 101101

Color Harmonies of #C42620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42620

Black with #C42620

Text Example


Text Example

White with #C42620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42620; }

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

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

background-color css

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

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

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

border-color css

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

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

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