Html Css Color HEX #C83841 Brick Red

📋 copy color: '#C83841'

red 200 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #C83841

Tints of Brick Red #C83841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

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

R = 62.31%
G = 17.45%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C83841 (or 0xC83841) is known color: Brick Red. HEX triplet: C8, 38 and 41. RGB value is (200,56,65). Sum of RGB (Red+Green+Blue) = 200+56+65=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83841 is #37C7BE. Grayscale: #646464. Windows color (decimal): -3655615 or 4274376. OLE color: 4274376.

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

Color convert

RGB 200 56 65 -
CMYK 0 0.72 0.68 0.22
HSL 356.25º 0.57% 0.5% -
HSV(B) 356.25º 0.72% 0.78% -
XYZ 26.19 15.49 6.61 -
YUV 100.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 200 56 65 0 0.72 0.68 0.22 356.25 0.57 0.5
Hex C8 38 41 0 48 44 16 164 39 32
Octal 310 70 101 0 110 104 26 544 71 62
Binary 11001000 111000 1000001 0 1001000 1000100 10110 101100100 111001 110010

Color Harmonies of #C83841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83841

Black with #C83841

Text Example


Text Example

White with #C83841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83841; }

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

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

background-color css

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

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

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

border-color css

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

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

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