Html Css Color HEX #C83040 Brick Red

📋 copy color: '#C83040'

red 200 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #C83040

Tints of Brick Red #C83040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 64.1%
G = 15.38%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C83040 (or 0xC83040) is known color: Brick Red. HEX triplet: C8, 30 and 40. RGB value is (200,48,64). Sum of RGB (Red+Green+Blue) = 200+48+64=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C83040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83040 is #37CFBF. Grayscale: #5F5F5F. Windows color (decimal): -3657664 or 4206792. OLE color: 4206792.

HSL color Cylindrical-coordinate representation of color #C83040: hue angle of 353.68º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83040 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 64 -
CMYK 0 0.76 0.68 0.22
HSL 353.68º 0.61% 0.49% -
HSV(B) 353.68º 0.76% 0.78% -
XYZ 25.8 14.76 6.34 -
YUV 95.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 200 48 64 0 0.76 0.68 0.22 353.68 0.61 0.49
Hex C8 30 40 0 4C 44 16 162 3D 31
Octal 310 60 100 0 114 104 26 542 75 61
Binary 11001000 110000 1000000 0 1001100 1000100 10110 101100010 111101 110001

Color Harmonies of #C83040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83040

Black with #C83040

Text Example


Text Example

White with #C83040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83040; }

 p { color: rgb(200,48,64); }

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

background-color css

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

 a { background-color: rgb(200,48,64); }

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

border-color css

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

 span { border-color: rgb(200,48,64); }

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