Html Css Color HEX #C63642 Brick Red

📋 copy color: '#C63642'

red 198 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #C63642

Tints of Brick Red #C63642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 62.26%
G = 16.98%
B = 20.75%

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

#C63642 (or 0xC63642) is known color: Brick Red. HEX triplet: C6, 36 and 42. RGB value is (198,54,66). Sum of RGB (Red+Green+Blue) = 198+54+66=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C63642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63642 is #39C9BD. Grayscale: #626262. Windows color (decimal): -3787198 or 4339398. OLE color: 4339398.

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

Color convert

RGB 198 54 66 -
CMYK 0 0.73 0.67 0.22
HSL 355º 0.57% 0.49% -
HSV(B) 355º 0.73% 0.78% -
XYZ 25.59 15.04 6.71 -
YUV 98.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 198 54 66 0 0.73 0.67 0.22 355 0.57 0.49
Hex C6 36 42 0 49 43 16 163 39 31
Octal 306 66 102 0 111 103 26 543 71 61
Binary 11000110 110110 1000010 0 1001001 1000011 10110 101100011 111001 110001

Color Harmonies of #C63642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63642

Black with #C63642

Text Example


Text Example

White with #C63642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63642; }

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

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

background-color css

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

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

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

border-color css

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

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

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