Html Css Color HEX #C42725 Fire Brick

📋 copy color: '#C42725'

red 196 ◦ green 39 ◦ blue 37

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

Shades of Fire Brick #C42725

Tints of Fire Brick #C42725

RGB

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

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

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

R = 72.06%
G = 14.34%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42725 (or 0xC42725) is known color: Fire Brick. HEX triplet: C4, 27 and 25. RGB value is (196,39,37). Sum of RGB (Red+Green+Blue) = 196+39+37=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C42725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42725 is #3BD8DA. Grayscale: #555555. Windows color (decimal): -3922139 or 2435012. OLE color: 2435012.

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

Color convert

RGB 196 39 37 -
CMYK 0 0.80 0.81 0.23
HSL 0.75º 0.68% 0.46% -
HSV(B) 0.75º 0.81% 0.77% -
XYZ 23.82 13.32 3.07 -
YUV 85.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 196 39 37 0 0.80 0.81 0.23 0.75 0.68 0.46
Hex C4 27 25 0 50 51 17 1 44 2E
Octal 304 47 45 0 120 121 27 1 104 56
Binary 11000100 100111 100101 0 1010000 1010001 10111 1 1000100 101110

Color Harmonies of #C42725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42725

Black with #C42725

Text Example


Text Example

White with #C42725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42725; }

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

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

background-color css

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

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

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

border-color css

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

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

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