Html Css Color HEX #C83240 Brick Red

📋 copy color: '#C83240'

red 200 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #C83240

Tints of Brick Red #C83240

RGB

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

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

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

R = 63.69%
G = 15.92%
B = 20.38%

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

#C83240 (or 0xC83240) is known color: Brick Red. HEX triplet: C8, 32 and 40. RGB value is (200,50,64). Sum of RGB (Red+Green+Blue) = 200+50+64=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C83240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83240 is #37CDBF. Grayscale: #606060. Windows color (decimal): -3657152 or 4207304. OLE color: 4207304.

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

Color convert

RGB 200 50 64 -
CMYK 0 0.75 0.68 0.22
HSL 354.4º 0.6% 0.49% -
HSV(B) 354.4º 0.75% 0.78% -
XYZ 25.89 14.93 6.37 -
YUV 96.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 200 50 64 0 0.75 0.68 0.22 354.4 0.6 0.49
Hex C8 32 40 0 4B 44 16 162 3C 31
Octal 310 62 100 0 113 104 26 542 74 61
Binary 11001000 110010 1000000 0 1001011 1000100 10110 101100010 111100 110001

Color Harmonies of #C83240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83240

Black with #C83240

Text Example


Text Example

White with #C83240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83240; }

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

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

background-color css

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

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

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

border-color css

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

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

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