Html Css Color HEX #C63241 Brick Red

📋 copy color: '#C63241'

red 198 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #C63241

Tints of Brick Red #C63241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 63.26%
G = 15.97%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63241 (or 0xC63241) is known color: Brick Red. HEX triplet: C6, 32 and 41. RGB value is (198,50,65). Sum of RGB (Red+Green+Blue) = 198+50+65=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63241 is #39CDBE. Grayscale: #606060. Windows color (decimal): -3788223 or 4272838. OLE color: 4272838.

HSL color Cylindrical-coordinate representation of color #C63241: hue angle of 353.92º 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 #C63241 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 65 -
CMYK 0 0.75 0.67 0.22
HSL 353.92º 0.6% 0.49% -
HSV(B) 353.92º 0.75% 0.78% -
XYZ 25.38 14.67 6.49 -
YUV 95.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 198 50 65 0 0.75 0.67 0.22 353.92 0.6 0.49
Hex C6 32 41 0 4B 43 16 162 3C 31
Octal 306 62 101 0 113 103 26 542 74 61
Binary 11000110 110010 1000001 0 1001011 1000011 10110 101100010 111100 110001

Color Harmonies of #C63241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63241

Black with #C63241

Text Example


Text Example

White with #C63241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63241; }

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

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

background-color css

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

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

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

border-color css

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

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

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