Html Css Color HEX #C83640 Brick Red

📋 copy color: '#C83640'

red 200 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #C83640

Tints of Brick Red #C83640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 62.89%
G = 16.98%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C83640 (or 0xC83640) is known color: Brick Red. HEX triplet: C8, 36 and 40. RGB value is (200,54,64). Sum of RGB (Red+Green+Blue) = 200+54+64=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C83640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83640 is #37C9BF. Grayscale: #626262. Windows color (decimal): -3656128 or 4208328. OLE color: 4208328.

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

Color convert

RGB 200 54 64 -
CMYK 0 0.73 0.68 0.22
HSL 355.89º 0.57% 0.5% -
HSV(B) 355.89º 0.73% 0.78% -
XYZ 26.06 15.29 6.43 -
YUV 98.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 200 54 64 0 0.73 0.68 0.22 355.89 0.57 0.5
Hex C8 36 40 0 49 44 16 164 39 32
Octal 310 66 100 0 111 104 26 544 71 62
Binary 11001000 110110 1000000 0 1001001 1000100 10110 101100100 111001 110010

Color Harmonies of #C83640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83640

Black with #C83640

Text Example


Text Example

White with #C83640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83640; }

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

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

background-color css

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

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

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

border-color css

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

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

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