Html Css Color HEX #C62841 Brick Red

📋 copy color: '#C62841'

red 198 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #C62841

Tints of Brick Red #C62841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

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

R = 65.35%
G = 13.2%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C62841 (or 0xC62841) is known color: Brick Red. HEX triplet: C6, 28 and 41. RGB value is (198,40,65). Sum of RGB (Red+Green+Blue) = 198+40+65=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C62841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62841 is #39D7BE. Grayscale: #5A5A5A. Windows color (decimal): -3790783 or 4270278. OLE color: 4270278.

HSL color Cylindrical-coordinate representation of color #C62841: hue angle of 350.51º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62841 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 65 -
CMYK 0 0.80 0.67 0.22
HSL 350.51º 0.66% 0.47% -
HSV(B) 350.51º 0.8% 0.78% -
XYZ 25 13.91 6.37 -
YUV 90.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 198 40 65 0 0.80 0.67 0.22 350.51 0.66 0.47
Hex C6 28 41 0 50 43 16 15F 42 2F
Octal 306 50 101 0 120 103 26 537 102 57
Binary 11000110 101000 1000001 0 1010000 1000011 10110 101011111 1000010 101111

Color Harmonies of #C62841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62841

Black with #C62841

Text Example


Text Example

White with #C62841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62841; }

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

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

background-color css

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

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

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

border-color css

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

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

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