Html Css Color HEX #C63542 Brick Red

📋 copy color: '#C63542'

red 198 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #C63542

Tints of Brick Red #C63542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 62.46%
G = 16.72%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63542 (or 0xC63542) is known color: Brick Red. HEX triplet: C6, 35 and 42. RGB value is (198,53,66). Sum of RGB (Red+Green+Blue) = 198+53+66=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C63542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63542 is #39CABD. Grayscale: #616161. Windows color (decimal): -3787454 or 4339142. OLE color: 4339142.

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

Color convert

RGB 198 53 66 -
CMYK 0 0.73 0.67 0.22
HSL 354.62º 0.58% 0.49% -
HSV(B) 354.62º 0.73% 0.78% -
XYZ 25.55 14.95 6.69 -
YUV 97.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 198 53 66 0 0.73 0.67 0.22 354.62 0.58 0.49
Hex C6 35 42 0 49 43 16 163 3A 31
Octal 306 65 102 0 111 103 26 543 72 61
Binary 11000110 110101 1000010 0 1001001 1000011 10110 101100011 111010 110001

Color Harmonies of #C63542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63542

Black with #C63542

Text Example


Text Example

White with #C63542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63542; }

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

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

background-color css

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

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

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

border-color css

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

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

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