Html Css Color HEX #C42720 Fire Brick

📋 copy color: '#C42720'

red 196 ◦ green 39 ◦ blue 32

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

Shades of Fire Brick #C42720

Tints of Fire Brick #C42720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

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

R = 73.41%
G = 14.61%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C42720 (or 0xC42720) is known color: Fire Brick. HEX triplet: C4, 27 and 20. RGB value is (196,39,32). Sum of RGB (Red+Green+Blue) = 196+39+32=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C42720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42720 is #3BD8DF. Grayscale: #555555. Windows color (decimal): -3922144 or 2107332. OLE color: 2107332.

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

Color convert

RGB 196 39 32 -
CMYK 0 0.80 0.84 0.23
HSL 2.56º 0.72% 0.45% -
HSV(B) 2.56º 0.84% 0.77% -
XYZ 23.75 13.29 2.68 -
YUV 85.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 196 39 32 0 0.80 0.84 0.23 2.56 0.72 0.45
Hex C4 27 20 0 50 54 17 3 48 2D
Octal 304 47 40 0 120 124 27 3 110 55
Binary 11000100 100111 100000 0 1010000 1010100 10111 11 1001000 101101

Color Harmonies of #C42720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42720

Black with #C42720

Text Example


Text Example

White with #C42720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42720; }

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

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

background-color css

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

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

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

border-color css

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

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

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