Html Css Color HEX #C8303D Brick Red

📋 copy color: '#C8303D'

red 200 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #C8303D

Tints of Brick Red #C8303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 64.72%
G = 15.53%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8303D (or 0xC8303D) is known color: Brick Red. HEX triplet: C8, 30 and 3D. RGB value is (200,48,61). Sum of RGB (Red+Green+Blue) = 200+48+61=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8303D is #37CFC2. Grayscale: #5F5F5F. Windows color (decimal): -3657667 or 4010184. OLE color: 4010184.

HSL color Cylindrical-coordinate representation of color #C8303D: hue angle of 354.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8303D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 61 -
CMYK 0 0.76 0.69 0.22
HSL 354.87º 0.61% 0.49% -
HSV(B) 354.87º 0.76% 0.78% -
XYZ 25.72 14.73 5.9 -
YUV 94.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 200 48 61 0 0.76 0.69 0.22 354.87 0.61 0.49
Hex C8 30 3D 0 4C 45 16 163 3D 31
Octal 310 60 75 0 114 105 26 543 75 61
Binary 11001000 110000 111101 0 1001100 1000101 10110 101100011 111101 110001

Color Harmonies of #C8303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8303D

Black with #C8303D

Text Example


Text Example

White with #C8303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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