Html Css Color HEX #C63142 Brick Red

📋 copy color: '#C63142'

red 198 ◦ green 49 ◦ blue 66

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

Shades of Brick Red #C63142

Tints of Brick Red #C63142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 63.26%
G = 15.65%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63142 (or 0xC63142) is known color: Brick Red. HEX triplet: C6, 31 and 42. RGB value is (198,49,66). Sum of RGB (Red+Green+Blue) = 198+49+66=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63142 is #39CEBD. Grayscale: #5F5F5F. Windows color (decimal): -3788478 or 4338118. OLE color: 4338118.

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

Color convert

RGB 198 49 66 -
CMYK 0 0.75 0.67 0.22
HSL 353.15º 0.6% 0.48% -
HSV(B) 353.15º 0.75% 0.78% -
XYZ 25.37 14.6 6.63 -
YUV 95.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 198 49 66 0 0.75 0.67 0.22 353.15 0.6 0.48
Hex C6 31 42 0 4B 43 16 161 3C 30
Octal 306 61 102 0 113 103 26 541 74 60
Binary 11000110 110001 1000010 0 1001011 1000011 10110 101100001 111100 110000

Color Harmonies of #C63142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63142

Black with #C63142

Text Example


Text Example

White with #C63142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63142; }

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

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

background-color css

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

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

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

border-color css

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

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

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