Html Css Color HEX #C62542 Brick Red

📋 copy color: '#C62542'

red 198 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #C62542

Tints of Brick Red #C62542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 65.78%
G = 12.29%
B = 21.93%

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

#C62542 (or 0xC62542) is known color: Brick Red. HEX triplet: C6, 25 and 42. RGB value is (198,37,66). Sum of RGB (Red+Green+Blue) = 198+37+66=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C62542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62542 is #39DABD. Grayscale: #585858. Windows color (decimal): -3791550 or 4335046. OLE color: 4335046.

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

Color convert

RGB 198 37 66 -
CMYK 0 0.81 0.67 0.22
HSL 349.19º 0.69% 0.46% -
HSV(B) 349.19º 0.81% 0.78% -
XYZ 24.93 13.72 6.49 -
YUV 88.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 198 37 66 0 0.81 0.67 0.22 349.19 0.69 0.46
Hex C6 25 42 0 51 43 16 15D 45 2E
Octal 306 45 102 0 121 103 26 535 105 56
Binary 11000110 100101 1000010 0 1010001 1000011 10110 101011101 1000101 101110

Color Harmonies of #C62542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62542

Black with #C62542

Text Example


Text Example

White with #C62542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62542; }

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

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

background-color css

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

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

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

border-color css

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

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

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