Html Css Color HEX #C62740 Brick Red

📋 copy color: '#C62740'

red 198 ◦ green 39 ◦ blue 64

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

Shades of Brick Red #C62740

Tints of Brick Red #C62740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 65.78%
G = 12.96%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C62740 (or 0xC62740) is known color: Brick Red. HEX triplet: C6, 27 and 40. RGB value is (198,39,64). Sum of RGB (Red+Green+Blue) = 198+39+64=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C62740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62740 is #39D8BF. Grayscale: #595959. Windows color (decimal): -3791040 or 4204486. OLE color: 4204486.

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

Color convert

RGB 198 39 64 -
CMYK 0 0.80 0.68 0.22
HSL 350.57º 0.67% 0.46% -
HSV(B) 350.57º 0.8% 0.78% -
XYZ 24.94 13.83 6.2 -
YUV 89.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 198 39 64 0 0.80 0.68 0.22 350.57 0.67 0.46
Hex C6 27 40 0 50 44 16 15F 43 2E
Octal 306 47 100 0 120 104 26 537 103 56
Binary 11000110 100111 1000000 0 1010000 1000100 10110 101011111 1000011 101110

Color Harmonies of #C62740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62740

Black with #C62740

Text Example


Text Example

White with #C62740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62740; }

 p { color: rgb(198,39,64); }

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

background-color css

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

 a { background-color: rgb(198,39,64); }

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

border-color css

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

 span { border-color: rgb(198,39,64); }

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