Html Css Color HEX #C32523 Fire Brick

📋 copy color: '#C32523'

red 195 ◦ green 37 ◦ blue 35

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

Shades of Fire Brick #C32523

Tints of Fire Brick #C32523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 73.03%
G = 13.86%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C32523 (or 0xC32523) is known color: Fire Brick. HEX triplet: C3, 25 and 23. RGB value is (195,37,35). Sum of RGB (Red+Green+Blue) = 195+37+35=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C32523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32523 is #3CDADC. Grayscale: #545454. Windows color (decimal): -3988189 or 2303427. OLE color: 2303427.

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

Color convert

RGB 195 37 35 -
CMYK 0 0.81 0.82 0.24
HSL 0.75º 0.7% 0.45% -
HSV(B) 0.75º 0.82% 0.76% -
XYZ 23.47 13.05 2.87 -
YUV 84.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 195 37 35 0 0.81 0.82 0.24 0.75 0.7 0.45
Hex C3 25 23 0 51 52 18 1 46 2D
Octal 303 45 43 0 121 122 30 1 106 55
Binary 11000011 100101 100011 0 1010001 1010010 11000 1 1000110 101101

Color Harmonies of #C32523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32523

Black with #C32523

Text Example


Text Example

White with #C32523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32523; }

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

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

background-color css

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

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

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

border-color css

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

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

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