Html Css Color HEX #C32541 Brick Red

📋 copy color: '#C32541'

red 195 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #C32541

Tints of Brick Red #C32541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 65.66%
G = 12.46%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C32541 (or 0xC32541) is known color: Brick Red. HEX triplet: C3, 25 and 41. RGB value is (195,37,65). Sum of RGB (Red+Green+Blue) = 195+37+65=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C32541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32541 is #3CDABE. Grayscale: #575757. Windows color (decimal): -3988159 or 4269507. OLE color: 4269507.

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

Color convert

RGB 195 37 65 -
CMYK 0 0.81 0.67 0.24
HSL 349.37º 0.68% 0.45% -
HSV(B) 349.37º 0.81% 0.76% -
XYZ 24.12 13.31 6.3 -
YUV 87.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 195 37 65 0 0.81 0.67 0.24 349.37 0.68 0.45
Hex C3 25 41 0 51 43 18 15D 44 2D
Octal 303 45 101 0 121 103 30 535 104 55
Binary 11000011 100101 1000001 0 1010001 1000011 11000 101011101 1000100 101101

Color Harmonies of #C32541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32541

Black with #C32541

Text Example


Text Example

White with #C32541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32541; }

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

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

background-color css

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

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

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

border-color css

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

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

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