Html Css Color HEX #C9303C Brick Red

📋 copy color: '#C9303C'

red 201 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #C9303C

Tints of Brick Red #C9303C

RGB

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

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

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

R = 65.05%
G = 15.53%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9303C (or 0xC9303C) is known color: Brick Red. HEX triplet: C9, 30 and 3C. RGB value is (201,48,60). Sum of RGB (Red+Green+Blue) = 201+48+60=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9303C is #36CFC3. Grayscale: #5F5F5F. Windows color (decimal): -3592132 or 3944649. OLE color: 3944649.

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

Color convert

RGB 201 48 60 -
CMYK 0 0.76 0.70 0.21
HSL 355.29º 0.61% 0.49% -
HSV(B) 355.29º 0.76% 0.79% -
XYZ 25.96 14.86 5.77 -
YUV 95.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 201 48 60 0 0.76 0.70 0.21 355.29 0.61 0.49
Hex C9 30 3C 0 4C 46 15 163 3D 31
Octal 311 60 74 0 114 106 25 543 75 61
Binary 11001001 110000 111100 0 1001100 1000110 10101 101100011 111101 110001

Color Harmonies of #C9303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9303C

Black with #C9303C

Text Example


Text Example

White with #C9303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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