Html Css Color HEX #C34247 Brick Red

📋 copy color: '#C34247'

red 195 ◦ green 66 ◦ blue 71

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

Shades of Brick Red #C34247

Tints of Brick Red #C34247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 58.73%
G = 19.88%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C34247 (or 0xC34247) is known color: Brick Red. HEX triplet: C3, 42 and 47. RGB value is (195,66,71). Sum of RGB (Red+Green+Blue) = 195+66+71=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34247 is #3CBDB8. Grayscale: #696969. Windows color (decimal): -3980729 or 4670147. OLE color: 4670147.

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

Color convert

RGB 195 66 71 -
CMYK 0 0.66 0.64 0.24
HSL 357.67º 0.52% 0.51% -
HSV(B) 357.67º 0.66% 0.76% -
XYZ 25.59 15.95 7.69 -
YUV 105.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 195 66 71 0 0.66 0.64 0.24 357.67 0.52 0.51
Hex C3 42 47 0 42 40 18 166 34 33
Octal 303 102 107 0 102 100 30 546 64 63
Binary 11000011 1000010 1000111 0 1000010 1000000 11000 101100110 110100 110011

Color Harmonies of #C34247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34247

Black with #C34247

Text Example


Text Example

White with #C34247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34247; }

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

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

background-color css

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

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

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

border-color css

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

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

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