Html Css Color HEX #C63D44 Brick Red

📋 copy color: '#C63D44'

red 198 ◦ green 61 ◦ blue 68

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

Shades of Brick Red #C63D44

Tints of Brick Red #C63D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 60.55%
G = 18.65%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C63D44 (or 0xC63D44) is known color: Brick Red. HEX triplet: C6, 3D and 44. RGB value is (198,61,68). Sum of RGB (Red+Green+Blue) = 198+61+68=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63D44 is #39C2BB. Grayscale: #666666. Windows color (decimal): -3785404 or 4472262. OLE color: 4472262.

HSL color Cylindrical-coordinate representation of color #C63D44: hue angle of 356.93º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D44 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 68 -
CMYK 0 0.69 0.66 0.22
HSL 356.93º 0.55% 0.51% -
HSV(B) 356.93º 0.69% 0.78% -
XYZ 26 15.76 7.14 -
YUV 102.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 198 61 68 0 0.69 0.66 0.22 356.93 0.55 0.51
Hex C6 3D 44 0 45 42 16 165 37 33
Octal 306 75 104 0 105 102 26 545 67 63
Binary 11000110 111101 1000100 0 1000101 1000010 10110 101100101 110111 110011

Color Harmonies of #C63D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D44

Black with #C63D44

Text Example


Text Example

White with #C63D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D44; }

 p { color: rgb(198,61,68); }

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

background-color css

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

 a { background-color: rgb(198,61,68); }

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

border-color css

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

 span { border-color: rgb(198,61,68); }

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