Html Css Color HEX #C42525 Fire Brick

📋 copy color: '#C42525'

red 196 ◦ green 37 ◦ blue 37

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

Shades of Fire Brick #C42525

Tints of Fire Brick #C42525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 72.59%
G = 13.7%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42525 (or 0xC42525) is known color: Fire Brick. HEX triplet: C4, 25 and 25. RGB value is (196,37,37). Sum of RGB (Red+Green+Blue) = 196+37+37=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C42525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42525 is #3BDADA. Grayscale: #545454. Windows color (decimal): -3922651 or 2434500. OLE color: 2434500.

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

Color convert

RGB 196 37 37 -
CMYK 0 0.81 0.81 0.23
HSL 0.68% 0.46% -
HSV(B) 0.81% 0.77% -
XYZ 23.76 13.19 3.04 -
YUV 84.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 196 37 37 0 0.81 0.81 0.23 0 0.68 0.46
Hex C4 25 25 0 51 51 17 0 44 2E
Octal 304 45 45 0 121 121 27 0 104 56
Binary 11000100 100101 100101 0 1010001 1010001 10111 0 1000100 101110

Color Harmonies of #C42525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42525

Black with #C42525

Text Example


Text Example

White with #C42525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42525; }

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

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

background-color css

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

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

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

border-color css

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

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

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