Html Css Color HEX #C32923 Fire Brick

📋 copy color: '#C32923'

red 195 ◦ green 41 ◦ blue 35

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

Shades of Fire Brick #C32923

Tints of Fire Brick #C32923

RGB

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

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

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

R = 71.96%
G = 15.13%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C32923 (or 0xC32923) is known color: Fire Brick. HEX triplet: C3, 29 and 23. RGB value is (195,41,35). Sum of RGB (Red+Green+Blue) = 195+41+35=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C32923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32923 is #3CD6DC. Grayscale: #565656. Windows color (decimal): -3987165 or 2304451. OLE color: 2304451.

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

Color convert

RGB 195 41 35 -
CMYK 0 0.79 0.82 0.24
HSL 2.25º 0.7% 0.45% -
HSV(B) 2.25º 0.82% 0.76% -
XYZ 23.6 13.31 2.92 -
YUV 86.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 195 41 35 0 0.79 0.82 0.24 2.25 0.7 0.45
Hex C3 29 23 0 4F 52 18 2 46 2D
Octal 303 51 43 0 117 122 30 2 106 55
Binary 11000011 101001 100011 0 1001111 1010010 11000 10 1000110 101101

Color Harmonies of #C32923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32923

Black with #C32923

Text Example


Text Example

White with #C32923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32923; }

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

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

background-color css

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

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

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

border-color css

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

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

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