Html Css Color HEX #C63442 Brick Red

📋 copy color: '#C63442'

red 198 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #C63442

Tints of Brick Red #C63442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 62.66%
G = 16.46%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C63442 (or 0xC63442) is known color: Brick Red. HEX triplet: C6, 34 and 42. RGB value is (198,52,66). Sum of RGB (Red+Green+Blue) = 198+52+66=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63442 is #39CBBD. Grayscale: #616161. Windows color (decimal): -3787710 or 4338886. OLE color: 4338886.

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

Color convert

RGB 198 52 66 -
CMYK 0 0.74 0.67 0.22
HSL 354.25º 0.58% 0.49% -
HSV(B) 354.25º 0.74% 0.78% -
XYZ 25.5 14.86 6.68 -
YUV 97.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 198 52 66 0 0.74 0.67 0.22 354.25 0.58 0.49
Hex C6 34 42 0 4A 43 16 162 3A 31
Octal 306 64 102 0 112 103 26 542 72 61
Binary 11000110 110100 1000010 0 1001010 1000011 10110 101100010 111010 110001

Color Harmonies of #C63442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63442

Black with #C63442

Text Example


Text Example

White with #C63442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63442; }

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

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

background-color css

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

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

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

border-color css

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

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

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