Html Css Color HEX #C63247 Brick Red

📋 copy color: '#C63247'

red 198 ◦ green 50 ◦ blue 71

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

Shades of Brick Red #C63247

Tints of Brick Red #C63247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 62.07%
G = 15.67%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C63247 (or 0xC63247) is known color: Brick Red. HEX triplet: C6, 32 and 47. RGB value is (198,50,71). Sum of RGB (Red+Green+Blue) = 198+50+71=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63247 is #39CDB8. Grayscale: #606060. Windows color (decimal): -3788217 or 4666054. OLE color: 4666054.

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

Color convert

RGB 198 50 71 -
CMYK 0 0.75 0.64 0.22
HSL 351.49º 0.6% 0.49% -
HSV(B) 351.49º 0.75% 0.78% -
XYZ 25.57 14.74 7.46 -
YUV 96.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 198 50 71 0 0.75 0.64 0.22 351.49 0.6 0.49
Hex C6 32 47 0 4B 40 16 15F 3C 31
Octal 306 62 107 0 113 100 26 537 74 61
Binary 11000110 110010 1000111 0 1001011 1000000 10110 101011111 111100 110001

Color Harmonies of #C63247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63247

Black with #C63247

Text Example


Text Example

White with #C63247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63247; }

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

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

background-color css

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

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

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

border-color css

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

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

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