Html Css Color HEX #C83241 Brick Red

📋 copy color: '#C83241'

red 200 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #C83241

Tints of Brick Red #C83241

RGB

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

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

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

R = 63.49%
G = 15.87%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C83241 (or 0xC83241) is known color: Brick Red. HEX triplet: C8, 32 and 41. RGB value is (200,50,65). Sum of RGB (Red+Green+Blue) = 200+50+65=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C83241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83241 is #37CDBE. Grayscale: #606060. Windows color (decimal): -3657151 or 4272840. OLE color: 4272840.

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

Color convert

RGB 200 50 65 -
CMYK 0 0.75 0.68 0.22
HSL 354º 0.6% 0.49% -
HSV(B) 354º 0.75% 0.78% -
XYZ 25.91 14.94 6.52 -
YUV 96.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 200 50 65 0 0.75 0.68 0.22 354 0.6 0.49
Hex C8 32 41 0 4B 44 16 162 3C 31
Octal 310 62 101 0 113 104 26 542 74 61
Binary 11001000 110010 1000001 0 1001011 1000100 10110 101100010 111100 110001

Color Harmonies of #C83241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83241

Black with #C83241

Text Example


Text Example

White with #C83241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83241; }

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

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

background-color css

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

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

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

border-color css

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

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

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