Html Css Color HEX #C32925 Fire Brick

📋 copy color: '#C32925'

red 195 ◦ green 41 ◦ blue 37

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

Shades of Fire Brick #C32925

Tints of Fire Brick #C32925

RGB

 RED value IS 195 (76.56% from 255) = 71.43%

 GREEN value IS 41 (16.41% from 255) = 15.02%

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

R = 71.43%
G = 15.02%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C32925 (or 0xC32925) is known color: Fire Brick. HEX triplet: C3, 29 and 25. RGB value is (195,41,37). Sum of RGB (Red+Green+Blue) = 195+41+37=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C32925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32925 is #3CD6DA. Grayscale: #565656. Windows color (decimal): -3987163 or 2435523. OLE color: 2435523.

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

Color convert

RGB 195 41 37 -
CMYK 0 0.79 0.81 0.24
HSL 1.52º 0.68% 0.45% -
HSV(B) 1.52º 0.81% 0.76% -
XYZ 23.63 13.32 3.08 -
YUV 86.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 195 41 37 0 0.79 0.81 0.24 1.52 0.68 0.45
Hex C3 29 25 0 4F 51 18 2 44 2D
Octal 303 51 45 0 117 121 30 2 104 55
Binary 11000011 101001 100101 0 1001111 1010001 11000 10 1000100 101101

Color Harmonies of #C32925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32925

Black with #C32925

Text Example


Text Example

White with #C32925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32925; }

 p { color: rgb(195,41,37); }

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

background-color css

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

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

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

border-color css

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

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

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