Html Css Color HEX #C32623 Fire Brick

📋 copy color: '#C32623'

red 195 ◦ green 38 ◦ blue 35

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

Shades of Fire Brick #C32623

Tints of Fire Brick #C32623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 72.76%
G = 14.18%
B = 13.06%

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

#C32623 (or 0xC32623) is known color: Fire Brick. HEX triplet: C3, 26 and 23. RGB value is (195,38,35). Sum of RGB (Red+Green+Blue) = 195+38+35=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C32623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32623 is #3CD9DC. Grayscale: #545454. Windows color (decimal): -3987933 or 2303683. OLE color: 2303683.

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

Color convert

RGB 195 38 35 -
CMYK 0 0.81 0.82 0.24
HSL 1.13º 0.7% 0.45% -
HSV(B) 1.13º 0.82% 0.76% -
XYZ 23.5 13.11 2.88 -
YUV 84.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 195 38 35 0 0.81 0.82 0.24 1.13 0.7 0.45
Hex C3 26 23 0 51 52 18 1 46 2D
Octal 303 46 43 0 121 122 30 1 106 55
Binary 11000011 100110 100011 0 1010001 1010010 11000 1 1000110 101101

Color Harmonies of #C32623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32623

Black with #C32623

Text Example


Text Example

White with #C32623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32623; }

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

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

background-color css

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

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

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

border-color css

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

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

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