Html Css Color HEX #C8293E Brick Red

📋 copy color: '#C8293E'

red 200 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #C8293E

Tints of Brick Red #C8293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 66.01%
G = 13.53%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8293E (or 0xC8293E) is known color: Brick Red. HEX triplet: C8, 29 and 3E. RGB value is (200,41,62). Sum of RGB (Red+Green+Blue) = 200+41+62=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C8293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8293E is #37D6C1. Grayscale: #5B5B5B. Windows color (decimal): -3659458 or 4073928. OLE color: 4073928.

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

Color convert

RGB 200 41 62 -
CMYK 0 0.80 0.69 0.22
HSL 352.08º 0.66% 0.47% -
HSV(B) 352.08º 0.8% 0.78% -
XYZ 25.48 14.21 5.96 -
YUV 90.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 200 41 62 0 0.80 0.69 0.22 352.08 0.66 0.47
Hex C8 29 3E 0 50 45 16 160 42 2F
Octal 310 51 76 0 120 105 26 540 102 57
Binary 11001000 101001 111110 0 1010000 1000101 10110 101100000 1000010 101111

Color Harmonies of #C8293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8293E

Black with #C8293E

Text Example


Text Example

White with #C8293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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