Html Css Color HEX #C8293D Brick Red

📋 copy color: '#C8293D'

red 200 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #C8293D

Tints of Brick Red #C8293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 66.23%
G = 13.58%
B = 20.2%

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

#C8293D (or 0xC8293D) is known color: Brick Red. HEX triplet: C8, 29 and 3D. RGB value is (200,41,61). Sum of RGB (Red+Green+Blue) = 200+41+61=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8293D is #37D6C2. Grayscale: #5A5A5A. Windows color (decimal): -3659459 or 4008392. OLE color: 4008392.

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

Color convert

RGB 200 41 61 -
CMYK 0 0.80 0.69 0.22
HSL 352.45º 0.66% 0.47% -
HSV(B) 352.45º 0.8% 0.78% -
XYZ 25.45 14.2 5.81 -
YUV 90.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 200 41 61 0 0.80 0.69 0.22 352.45 0.66 0.47
Hex C8 29 3D 0 50 45 16 160 42 2F
Octal 310 51 75 0 120 105 26 540 102 57
Binary 11001000 101001 111101 0 1010000 1000101 10110 101100000 1000010 101111

Color Harmonies of #C8293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8293D

Black with #C8293D

Text Example


Text Example

White with #C8293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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