Html Css Color HEX #C63244 Brick Red

📋 copy color: '#C63244'

red 198 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #C63244

Tints of Brick Red #C63244

RGB

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

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

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

R = 62.66%
G = 15.82%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C63244 (or 0xC63244) is known color: Brick Red. HEX triplet: C6, 32 and 44. RGB value is (198,50,68). Sum of RGB (Red+Green+Blue) = 198+50+68=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63244 is #39CDBB. Grayscale: #606060. Windows color (decimal): -3788220 or 4469446. OLE color: 4469446.

HSL color Cylindrical-coordinate representation of color #C63244: hue angle of 352.7º 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 #C63244 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 68 -
CMYK 0 0.75 0.66 0.22
HSL 352.7º 0.6% 0.49% -
HSV(B) 352.7º 0.75% 0.78% -
XYZ 25.47 14.7 6.96 -
YUV 96.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 198 50 68 0 0.75 0.66 0.22 352.7 0.6 0.49
Hex C6 32 44 0 4B 42 16 161 3C 31
Octal 306 62 104 0 113 102 26 541 74 61
Binary 11000110 110010 1000100 0 1001011 1000010 10110 101100001 111100 110001

Color Harmonies of #C63244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63244

Black with #C63244

Text Example


Text Example

White with #C63244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63244; }

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

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

background-color css

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

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

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

border-color css

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

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

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