Html Css Color HEX #C32D3F Brick Red

📋 copy color: '#C32D3F'

red 195 ◦ green 45 ◦ blue 63

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

Shades of Brick Red #C32D3F

Tints of Brick Red #C32D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 64.36%
G = 14.85%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C32D3F (or 0xC32D3F) is known color: Brick Red. HEX triplet: C3, 2D and 3F. RGB value is (195,45,63). Sum of RGB (Red+Green+Blue) = 195+45+63=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D3F is #3CD2C0. Grayscale: #5B5B5B. Windows color (decimal): -3986113 or 4140483. OLE color: 4140483.

HSL color Cylindrical-coordinate representation of color #C32D3F: hue angle of 352.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D3F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 63 -
CMYK 0 0.77 0.68 0.24
HSL 352.8º 0.63% 0.47% -
HSV(B) 352.8º 0.77% 0.76% -
XYZ 24.34 13.84 6.09 -
YUV 91.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 195 45 63 0 0.77 0.68 0.24 352.8 0.63 0.47
Hex C3 2D 3F 0 4D 44 18 161 3E 2F
Octal 303 55 77 0 115 104 30 541 76 57
Binary 11000011 101101 111111 0 1001101 1000100 11000 101100001 111110 101111

Color Harmonies of #C32D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D3F

Black with #C32D3F

Text Example


Text Example

White with #C32D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D3F; }

 p { color: rgb(195,45,63); }

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

background-color css

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

 a { background-color: rgb(195,45,63); }

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

border-color css

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

 span { border-color: rgb(195,45,63); }

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