Html Css Color HEX #C8303F Brick Red

📋 copy color: '#C8303F'

red 200 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #C8303F

Tints of Brick Red #C8303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 64.31%
G = 15.43%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8303F (or 0xC8303F) is known color: Brick Red. HEX triplet: C8, 30 and 3F. RGB value is (200,48,63). Sum of RGB (Red+Green+Blue) = 200+48+63=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8303F is #37CFC0. Grayscale: #5F5F5F. Windows color (decimal): -3657665 or 4141256. OLE color: 4141256.

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

Color convert

RGB 200 48 63 -
CMYK 0 0.76 0.68 0.22
HSL 354.08º 0.61% 0.49% -
HSV(B) 354.08º 0.76% 0.78% -
XYZ 25.77 14.75 6.19 -
YUV 95.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 200 48 63 0 0.76 0.68 0.22 354.08 0.61 0.49
Hex C8 30 3F 0 4C 44 16 162 3D 31
Octal 310 60 77 0 114 104 26 542 75 61
Binary 11001000 110000 111111 0 1001100 1000100 10110 101100010 111101 110001

Color Harmonies of #C8303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8303F

Black with #C8303F

Text Example


Text Example

White with #C8303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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