Html Css Color HEX #C83144 Brick Red

📋 copy color: '#C83144'

red 200 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #C83144

Tints of Brick Red #C83144

RGB

 RED value IS 200 (78.52% from 255) = 63.09%

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 63.09%
G = 15.46%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C83144 (or 0xC83144) is known color: Brick Red. HEX triplet: C8, 31 and 44. RGB value is (200,49,68). Sum of RGB (Red+Green+Blue) = 200+49+68=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C83144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83144 is #37CEBB. Grayscale: #606060. Windows color (decimal): -3657404 or 4469192. OLE color: 4469192.

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

Color convert

RGB 200 49 68 -
CMYK 0 0.76 0.66 0.22
HSL 352.45º 0.61% 0.49% -
HSV(B) 352.45º 0.76% 0.78% -
XYZ 25.96 14.89 6.98 -
YUV 96.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 200 49 68 0 0.76 0.66 0.22 352.45 0.61 0.49
Hex C8 31 44 0 4C 42 16 160 3D 31
Octal 310 61 104 0 114 102 26 540 75 61
Binary 11001000 110001 1000100 0 1001100 1000010 10110 101100000 111101 110001

Color Harmonies of #C83144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83144

Black with #C83144

Text Example


Text Example

White with #C83144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83144; }

 p { color: rgb(200,49,68); }

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

background-color css

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

 a { background-color: rgb(200,49,68); }

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

border-color css

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

 span { border-color: rgb(200,49,68); }

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