Html Css Color HEX #C63541 Brick Red

📋 copy color: '#C63541'

red 198 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #C63541

Tints of Brick Red #C63541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 62.66%
G = 16.77%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63541 (or 0xC63541) is known color: Brick Red. HEX triplet: C6, 35 and 41. RGB value is (198,53,65). Sum of RGB (Red+Green+Blue) = 198+53+65=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63541 is #39CABE. Grayscale: #616161. Windows color (decimal): -3787455 or 4273606. OLE color: 4273606.

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

Color convert

RGB 198 53 65 -
CMYK 0 0.73 0.67 0.22
HSL 355.03º 0.58% 0.49% -
HSV(B) 355.03º 0.73% 0.78% -
XYZ 25.52 14.93 6.54 -
YUV 97.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 198 53 65 0 0.73 0.67 0.22 355.03 0.58 0.49
Hex C6 35 41 0 49 43 16 163 3A 31
Octal 306 65 101 0 111 103 26 543 72 61
Binary 11000110 110101 1000001 0 1001001 1000011 10110 101100011 111010 110001

Color Harmonies of #C63541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63541

Black with #C63541

Text Example


Text Example

White with #C63541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63541; }

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

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

background-color css

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

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

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

border-color css

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

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

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