Html Css Color HEX #C42520 Fire Brick

📋 copy color: '#C42520'

red 196 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #C42520

Tints of Fire Brick #C42520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

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

R = 73.96%
G = 13.96%
B = 12.08%

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

#C42520 (or 0xC42520) is known color: Fire Brick. HEX triplet: C4, 25 and 20. RGB value is (196,37,32). Sum of RGB (Red+Green+Blue) = 196+37+32=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C42520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42520 is #3BDADF. Grayscale: #545454. Windows color (decimal): -3922656 or 2106820. OLE color: 2106820.

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

Color convert

RGB 196 37 32 -
CMYK 0 0.81 0.84 0.23
HSL 1.83º 0.72% 0.45% -
HSV(B) 1.83º 0.84% 0.77% -
XYZ 23.69 13.16 2.66 -
YUV 83.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 196 37 32 0 0.81 0.84 0.23 1.83 0.72 0.45
Hex C4 25 20 0 51 54 17 2 48 2D
Octal 304 45 40 0 121 124 27 2 110 55
Binary 11000100 100101 100000 0 1010001 1010100 10111 10 1001000 101101

Color Harmonies of #C42520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42520

Black with #C42520

Text Example


Text Example

White with #C42520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42520; }

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

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

background-color css

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

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

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

border-color css

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

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

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