Html Css Color HEX #C62541 Brick Red

📋 copy color: '#C62541'

red 198 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #C62541

Tints of Brick Red #C62541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

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

R = 66%
G = 12.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C62541 (or 0xC62541) is known color: Brick Red. HEX triplet: C6, 25 and 41. RGB value is (198,37,65). Sum of RGB (Red+Green+Blue) = 198+37+65=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C62541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62541 is #39DABE. Grayscale: #585858. Windows color (decimal): -3791551 or 4269510. OLE color: 4269510.

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

Color convert

RGB 198 37 65 -
CMYK 0 0.81 0.67 0.22
HSL 349.57º 0.69% 0.46% -
HSV(B) 349.57º 0.81% 0.78% -
XYZ 24.9 13.71 6.33 -
YUV 88.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 198 37 65 0 0.81 0.67 0.22 349.57 0.69 0.46
Hex C6 25 41 0 51 43 16 15E 45 2E
Octal 306 45 101 0 121 103 26 536 105 56
Binary 11000110 100101 1000001 0 1010001 1000011 10110 101011110 1000101 101110

Color Harmonies of #C62541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62541

Black with #C62541

Text Example


Text Example

White with #C62541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62541; }

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

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

background-color css

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

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

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

border-color css

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

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

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