Html Css Color HEX #C82941 Brick Red

📋 copy color: '#C82941'

red 200 ◦ green 41 ◦ blue 65

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

Shades of Brick Red #C82941

Tints of Brick Red #C82941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 65.36%
G = 13.4%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C82941 (or 0xC82941) is known color: Brick Red. HEX triplet: C8, 29 and 41. RGB value is (200,41,65). Sum of RGB (Red+Green+Blue) = 200+41+65=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82941 is #37D6BE. Grayscale: #5B5B5B. Windows color (decimal): -3659455 or 4270536. OLE color: 4270536.

HSL color Cylindrical-coordinate representation of color #C82941: hue angle of 350.94º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82941 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 65 -
CMYK 0 0.80 0.68 0.22
HSL 350.94º 0.66% 0.47% -
HSV(B) 350.94º 0.8% 0.78% -
XYZ 25.57 14.25 6.4 -
YUV 91.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 200 41 65 0 0.80 0.68 0.22 350.94 0.66 0.47
Hex C8 29 41 0 50 44 16 15F 42 2F
Octal 310 51 101 0 120 104 26 537 102 57
Binary 11001000 101001 1000001 0 1010000 1000100 10110 101011111 1000010 101111

Color Harmonies of #C82941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82941

Black with #C82941

Text Example


Text Example

White with #C82941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82941; }

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

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

background-color css

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

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

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

border-color css

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

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

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