Html Css Color HEX #C62641 Brick Red

📋 copy color: '#C62641'

red 198 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #C62641

Tints of Brick Red #C62641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 65.78%
G = 12.62%
B = 21.59%

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

#C62641 (or 0xC62641) is known color: Brick Red. HEX triplet: C6, 26 and 41. RGB value is (198,38,65). Sum of RGB (Red+Green+Blue) = 198+38+65=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C62641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62641 is #39D9BE. Grayscale: #585858. Windows color (decimal): -3791295 or 4269766. OLE color: 4269766.

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

Color convert

RGB 198 38 65 -
CMYK 0 0.81 0.67 0.22
HSL 349.88º 0.68% 0.46% -
HSV(B) 349.88º 0.81% 0.78% -
XYZ 24.94 13.77 6.35 -
YUV 88.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 198 38 65 0 0.81 0.67 0.22 349.88 0.68 0.46
Hex C6 26 41 0 51 43 16 15E 44 2E
Octal 306 46 101 0 121 103 26 536 104 56
Binary 11000110 100110 1000001 0 1010001 1000011 10110 101011110 1000100 101110

Color Harmonies of #C62641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62641

Black with #C62641

Text Example


Text Example

White with #C62641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62641; }

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

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

background-color css

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

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

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

border-color css

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

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

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