Html Css Color HEX #C32F42 Brick Red

📋 copy color: '#C32F42'

red 195 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #C32F42

Tints of Brick Red #C32F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 63.31%
G = 15.26%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32F42 (or 0xC32F42) is known color: Brick Red. HEX triplet: C3, 2F and 42. RGB value is (195,47,66). Sum of RGB (Red+Green+Blue) = 195+47+66=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F42 is #3CD0BD. Grayscale: #5D5D5D. Windows color (decimal): -3985598 or 4337603. OLE color: 4337603.

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

Color convert

RGB 195 47 66 -
CMYK 0 0.76 0.66 0.24
HSL 352.3º 0.61% 0.47% -
HSV(B) 352.3º 0.76% 0.76% -
XYZ 24.51 14.03 6.57 -
YUV 93.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 195 47 66 0 0.76 0.66 0.24 352.3 0.61 0.47
Hex C3 2F 42 0 4C 42 18 160 3D 2F
Octal 303 57 102 0 114 102 30 540 75 57
Binary 11000011 101111 1000010 0 1001100 1000010 11000 101100000 111101 101111

Color Harmonies of #C32F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F42

Black with #C32F42

Text Example


Text Example

White with #C32F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F42; }

 p { color: rgb(195,47,66); }

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

background-color css

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

 a { background-color: rgb(195,47,66); }

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

border-color css

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

 span { border-color: rgb(195,47,66); }

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