Html Css Color HEX #C83544 Brick Red

📋 copy color: '#C83544'

red 200 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #C83544

Tints of Brick Red #C83544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

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

R = 62.31%
G = 16.51%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C83544 (or 0xC83544) is known color: Brick Red. HEX triplet: C8, 35 and 44. RGB value is (200,53,68). Sum of RGB (Red+Green+Blue) = 200+53+68=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83544 is #37CABB. Grayscale: #626262. Windows color (decimal): -3656380 or 4470216. OLE color: 4470216.

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

Color convert

RGB 200 53 68 -
CMYK 0 0.74 0.66 0.22
HSL 353.88º 0.58% 0.5% -
HSV(B) 353.88º 0.74% 0.78% -
XYZ 26.14 15.24 7.03 -
YUV 98.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 200 53 68 0 0.74 0.66 0.22 353.88 0.58 0.5
Hex C8 35 44 0 4A 42 16 162 3A 32
Octal 310 65 104 0 112 102 26 542 72 62
Binary 11001000 110101 1000100 0 1001010 1000010 10110 101100010 111010 110010

Color Harmonies of #C83544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83544

Black with #C83544

Text Example


Text Example

White with #C83544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83544; }

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

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

background-color css

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

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

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

border-color css

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

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

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