Html Css Color HEX #C8303C Brick Red

📋 copy color: '#C8303C'

red 200 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #C8303C

Tints of Brick Red #C8303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 64.94%
G = 15.58%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8303C (or 0xC8303C) is known color: Brick Red. HEX triplet: C8, 30 and 3C. RGB value is (200,48,60). Sum of RGB (Red+Green+Blue) = 200+48+60=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8303C is #37CFC3. Grayscale: #5E5E5E. Windows color (decimal): -3657668 or 3944648. OLE color: 3944648.

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

Color convert

RGB 200 48 60 -
CMYK 0 0.76 0.7 0.22
HSL 355.26º 0.61% 0.49% -
HSV(B) 355.26º 0.76% 0.78% -
XYZ 25.69 14.72 5.76 -
YUV 94.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 200 48 60 0 0.76 0.7 0.22 355.26 0.61 0.49
Hex C8 30 3C 0 4C 46 16 163 3D 31
Octal 310 60 74 0 114 106 26 543 75 61
Binary 11001000 110000 111100 0 1001100 1000110 10110 101100011 111101 110001

Color Harmonies of #C8303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8303C

Black with #C8303C

Text Example


Text Example

White with #C8303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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