Html Css Color HEX #C64247 Brick Red

📋 copy color: '#C64247'

red 198 ◦ green 66 ◦ blue 71

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

Shades of Brick Red #C64247

Tints of Brick Red #C64247

RGB

 RED value IS 198 (77.73% from 255) = 59.1%

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

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

R = 59.1%
G = 19.7%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C64247 (or 0xC64247) is known color: Brick Red. HEX triplet: C6, 42 and 47. RGB value is (198,66,71). Sum of RGB (Red+Green+Blue) = 198+66+71=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64247 is #39BDB8. Grayscale: #6A6A6A. Windows color (decimal): -3784121 or 4670150. OLE color: 4670150.

HSL color Cylindrical-coordinate representation of color #C64247: hue angle of 357.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64247 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 71 -
CMYK 0 0.67 0.64 0.22
HSL 357.73º 0.54% 0.52% -
HSV(B) 357.73º 0.67% 0.78% -
XYZ 26.37 16.36 7.73 -
YUV 106.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 198 66 71 0 0.67 0.64 0.22 357.73 0.54 0.52
Hex C6 42 47 0 43 40 16 166 36 34
Octal 306 102 107 0 103 100 26 546 66 64
Binary 11000110 1000010 1000111 0 1000011 1000000 10110 101100110 110110 110100

Color Harmonies of #C64247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64247

Black with #C64247

Text Example


Text Example

White with #C64247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64247; }

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

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

background-color css

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

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

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

border-color css

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

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

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