Html Css Color HEX #C83541 Brick Red

📋 copy color: '#C83541'

red 200 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #C83541

Tints of Brick Red #C83541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 62.89%
G = 16.67%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C83541 (or 0xC83541) is known color: Brick Red. HEX triplet: C8, 35 and 41. RGB value is (200,53,65). Sum of RGB (Red+Green+Blue) = 200+53+65=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C83541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83541 is #37CABE. Grayscale: #626262. Windows color (decimal): -3656383 or 4273608. OLE color: 4273608.

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

Color convert

RGB 200 53 65 -
CMYK 0 0.74 0.68 0.22
HSL 355.1º 0.58% 0.5% -
HSV(B) 355.1º 0.74% 0.78% -
XYZ 26.05 15.21 6.56 -
YUV 98.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 200 53 65 0 0.74 0.68 0.22 355.1 0.58 0.5
Hex C8 35 41 0 4A 44 16 163 3A 32
Octal 310 65 101 0 112 104 26 543 72 62
Binary 11001000 110101 1000001 0 1001010 1000100 10110 101100011 111010 110010

Color Harmonies of #C83541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83541

Black with #C83541

Text Example


Text Example

White with #C83541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83541; }

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

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

background-color css

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

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

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

border-color css

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

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

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