Html Css Color HEX #C32723 Fire Brick

📋 copy color: '#C32723'

red 195 ◦ green 39 ◦ blue 35

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

Shades of Fire Brick #C32723

Tints of Fire Brick #C32723

RGB

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

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

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

R = 72.49%
G = 14.5%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C32723 (or 0xC32723) is known color: Fire Brick. HEX triplet: C3, 27 and 23. RGB value is (195,39,35). Sum of RGB (Red+Green+Blue) = 195+39+35=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C32723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32723 is #3CD8DC. Grayscale: #555555. Windows color (decimal): -3987677 or 2303939. OLE color: 2303939.

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

Color convert

RGB 195 39 35 -
CMYK 0 0.80 0.82 0.24
HSL 1.5º 0.7% 0.45% -
HSV(B) 1.5º 0.82% 0.76% -
XYZ 23.53 13.17 2.89 -
YUV 85.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 195 39 35 0 0.80 0.82 0.24 1.5 0.7 0.45
Hex C3 27 23 0 50 52 18 2 46 2D
Octal 303 47 43 0 120 122 30 2 106 55
Binary 11000011 100111 100011 0 1010000 1010010 11000 10 1000110 101101

Color Harmonies of #C32723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32723

Black with #C32723

Text Example


Text Example

White with #C32723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32723; }

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

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

background-color css

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

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

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

border-color css

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

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

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