Html Css Color HEX #C42724 Fire Brick

📋 copy color: '#C42724'

red 196 ◦ green 39 ◦ blue 36

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

Shades of Fire Brick #C42724

Tints of Fire Brick #C42724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 72.32%
G = 14.39%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C42724 (or 0xC42724) is known color: Fire Brick. HEX triplet: C4, 27 and 24. RGB value is (196,39,36). Sum of RGB (Red+Green+Blue) = 196+39+36=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C42724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42724 is #3BD8DB. Grayscale: #555555. Windows color (decimal): -3922140 or 2369476. OLE color: 2369476.

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

Color convert

RGB 196 39 36 -
CMYK 0 0.80 0.82 0.23
HSL 1.13º 0.69% 0.45% -
HSV(B) 1.13º 0.82% 0.77% -
XYZ 23.81 13.31 2.98 -
YUV 85.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 196 39 36 0 0.80 0.82 0.23 1.13 0.69 0.45
Hex C4 27 24 0 50 52 17 1 45 2D
Octal 304 47 44 0 120 122 27 1 105 55
Binary 11000100 100111 100100 0 1010000 1010010 10111 1 1000101 101101

Color Harmonies of #C42724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42724

Black with #C42724

Text Example


Text Example

White with #C42724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42724; }

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

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

background-color css

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

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

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

border-color css

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

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

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