Html Css Color HEX #C63041 Brick Red

📋 copy color: '#C63041'

red 198 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #C63041

Tints of Brick Red #C63041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 63.67%
G = 15.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63041 (or 0xC63041) is known color: Brick Red. HEX triplet: C6, 30 and 41. RGB value is (198,48,65). Sum of RGB (Red+Green+Blue) = 198+48+65=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C63041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63041 is #39CFBE. Grayscale: #5E5E5E. Windows color (decimal): -3788735 or 4272326. OLE color: 4272326.

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

Color convert

RGB 198 48 65 -
CMYK 0 0.76 0.67 0.22
HSL 353.2º 0.61% 0.48% -
HSV(B) 353.2º 0.76% 0.78% -
XYZ 25.3 14.5 6.47 -
YUV 94.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 198 48 65 0 0.76 0.67 0.22 353.2 0.61 0.48
Hex C6 30 41 0 4C 43 16 161 3D 30
Octal 306 60 101 0 114 103 26 541 75 60
Binary 11000110 110000 1000001 0 1001100 1000011 10110 101100001 111101 110000

Color Harmonies of #C63041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63041

Black with #C63041

Text Example


Text Example

White with #C63041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63041; }

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

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

background-color css

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

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

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

border-color css

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

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

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