Html Css Color HEX #C63242 Brick Red

📋 copy color: '#C63242'

red 198 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #C63242

Tints of Brick Red #C63242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 63.06%
G = 15.92%
B = 21.02%

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

#C63242 (or 0xC63242) is known color: Brick Red. HEX triplet: C6, 32 and 42. RGB value is (198,50,66). Sum of RGB (Red+Green+Blue) = 198+50+66=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C63242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63242 is #39CDBD. Grayscale: #606060. Windows color (decimal): -3788222 or 4338374. OLE color: 4338374.

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

Color convert

RGB 198 50 66 -
CMYK 0 0.75 0.67 0.22
HSL 353.51º 0.6% 0.49% -
HSV(B) 353.51º 0.75% 0.78% -
XYZ 25.41 14.68 6.65 -
YUV 96.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 198 50 66 0 0.75 0.67 0.22 353.51 0.6 0.49
Hex C6 32 42 0 4B 43 16 162 3C 31
Octal 306 62 102 0 113 103 26 542 74 61
Binary 11000110 110010 1000010 0 1001011 1000011 10110 101100010 111100 110001

Color Harmonies of #C63242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63242

Black with #C63242

Text Example


Text Example

White with #C63242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63242; }

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

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

background-color css

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

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

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

border-color css

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

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

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