Html Css Color HEX #C83549 Brick Red

📋 copy color: '#C83549'

red 200 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #C83549

Tints of Brick Red #C83549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 61.35%
G = 16.26%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C83549 (or 0xC83549) is known color: Brick Red. HEX triplet: C8, 35 and 49. RGB value is (200,53,73). Sum of RGB (Red+Green+Blue) = 200+53+73=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C83549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83549 is #37CAB6. Grayscale: #636363. Windows color (decimal): -3656375 or 4797896. OLE color: 4797896.

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

Color convert

RGB 200 53 73 -
CMYK 0 0.74 0.64 0.22
HSL 351.84º 0.58% 0.5% -
HSV(B) 351.84º 0.74% 0.78% -
XYZ 26.3 15.31 7.87 -
YUV 99.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 200 53 73 0 0.74 0.64 0.22 351.84 0.58 0.5
Hex C8 35 49 0 4A 40 16 160 3A 32
Octal 310 65 111 0 112 100 26 540 72 62
Binary 11001000 110101 1001001 0 1001010 1000000 10110 101100000 111010 110010

Color Harmonies of #C83549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83549

Black with #C83549

Text Example


Text Example

White with #C83549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83549; }

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

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

background-color css

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

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

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

border-color css

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

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

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