Html Css Color HEX #C8273B Brick Red

📋 copy color: '#C8273B'

red 200 ◦ green 39 ◦ blue 59

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

Shades of Brick Red #C8273B

Tints of Brick Red #C8273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 67.11%
G = 13.09%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8273B (or 0xC8273B) is known color: Brick Red. HEX triplet: C8, 27 and 3B. RGB value is (200,39,59). Sum of RGB (Red+Green+Blue) = 200+39+59=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8273B is #37D8C4. Grayscale: #595959. Windows color (decimal): -3659973 or 3876808. OLE color: 3876808.

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

Color convert

RGB 200 39 59 -
CMYK 0 0.80 0.70 0.22
HSL 352.55º 0.67% 0.47% -
HSV(B) 352.55º 0.81% 0.78% -
XYZ 25.33 14.05 5.51 -
YUV 89.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 200 39 59 0 0.80 0.70 0.22 352.55 0.67 0.47
Hex C8 27 3B 0 50 46 16 161 43 2F
Octal 310 47 73 0 120 106 26 541 103 57
Binary 11001000 100111 111011 0 1010000 1000110 10110 101100001 1000011 101111

Color Harmonies of #C8273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8273B

Black with #C8273B

Text Example


Text Example

White with #C8273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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