Html Css Color HEX #C82740 Brick Red

📋 copy color: '#C82740'

red 200 ◦ green 39 ◦ blue 64

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

Shades of Brick Red #C82740

Tints of Brick Red #C82740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 66.01%
G = 12.87%
B = 21.12%

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

#C82740 (or 0xC82740) is known color: Brick Red. HEX triplet: C8, 27 and 40. RGB value is (200,39,64). Sum of RGB (Red+Green+Blue) = 200+39+64=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C82740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82740 is #37D8BF. Grayscale: #5A5A5A. Windows color (decimal): -3659968 or 4204488. OLE color: 4204488.

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

Color convert

RGB 200 39 64 -
CMYK 0 0.80 0.68 0.22
HSL 350.68º 0.67% 0.47% -
HSV(B) 350.68º 0.81% 0.78% -
XYZ 25.47 14.1 6.23 -
YUV 89.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 200 39 64 0 0.80 0.68 0.22 350.68 0.67 0.47
Hex C8 27 40 0 50 44 16 15F 43 2F
Octal 310 47 100 0 120 104 26 537 103 57
Binary 11001000 100111 1000000 0 1010000 1000100 10110 101011111 1000011 101111

Color Harmonies of #C82740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82740

Black with #C82740

Text Example


Text Example

White with #C82740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82740; }

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

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

background-color css

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

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

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

border-color css

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

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

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