Html Css Color HEX #C82944 Brick Red

📋 copy color: '#C82944'

red 200 ◦ green 41 ◦ blue 68

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

Shades of Brick Red #C82944

Tints of Brick Red #C82944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 64.72%
G = 13.27%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82944 (or 0xC82944) is known color: Brick Red. HEX triplet: C8, 29 and 44. RGB value is (200,41,68). Sum of RGB (Red+Green+Blue) = 200+41+68=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C82944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82944 is #37D6BB. Grayscale: #5B5B5B. Windows color (decimal): -3659452 or 4467144. OLE color: 4467144.

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

Color convert

RGB 200 41 68 -
CMYK 0 0.80 0.66 0.22
HSL 349.81º 0.66% 0.47% -
HSV(B) 349.81º 0.8% 0.78% -
XYZ 25.66 14.28 6.87 -
YUV 91.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 200 41 68 0 0.80 0.66 0.22 349.81 0.66 0.47
Hex C8 29 44 0 50 42 16 15E 42 2F
Octal 310 51 104 0 120 102 26 536 102 57
Binary 11001000 101001 1000100 0 1010000 1000010 10110 101011110 1000010 101111

Color Harmonies of #C82944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82944

Black with #C82944

Text Example


Text Example

White with #C82944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82944; }

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

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

background-color css

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

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

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

border-color css

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

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

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