Html Css Color HEX #C9303F Brick Red

📋 copy color: '#C9303F'

red 201 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #C9303F

Tints of Brick Red #C9303F

RGB

 RED value IS 201 (78.91% from 255) = 64.42%

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

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

R = 64.42%
G = 15.38%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9303F (or 0xC9303F) is known color: Brick Red. HEX triplet: C9, 30 and 3F. RGB value is (201,48,63). Sum of RGB (Red+Green+Blue) = 201+48+63=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9303F is #36CFC0. Grayscale: #5F5F5F. Windows color (decimal): -3592129 or 4141257. OLE color: 4141257.

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

Color convert

RGB 201 48 63 -
CMYK 0 0.76 0.69 0.21
HSL 354.12º 0.61% 0.49% -
HSV(B) 354.12º 0.76% 0.79% -
XYZ 26.04 14.89 6.2 -
YUV 95.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 201 48 63 0 0.76 0.69 0.21 354.12 0.61 0.49
Hex C9 30 3F 0 4C 45 15 162 3D 31
Octal 311 60 77 0 114 105 25 542 75 61
Binary 11001001 110000 111111 0 1001100 1000101 10101 101100010 111101 110001

Color Harmonies of #C9303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9303F

Black with #C9303F

Text Example


Text Example

White with #C9303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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