Html Css Color HEX #C9273A Brick Red

📋 copy color: '#C9273A'

red 201 ◦ green 39 ◦ blue 58

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

Shades of Brick Red #C9273A

Tints of Brick Red #C9273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 67.45%
G = 13.09%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9273A (or 0xC9273A) is known color: Brick Red. HEX triplet: C9, 27 and 3A. RGB value is (201,39,58). Sum of RGB (Red+Green+Blue) = 201+39+58=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9273A is #36D8C5. Grayscale: #595959. Windows color (decimal): -3594438 or 3811273. OLE color: 3811273.

HSL color Cylindrical-coordinate representation of color #C9273A: hue angle of 352.96º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9273A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 58 -
CMYK 0 0.81 0.71 0.21
HSL 352.96º 0.68% 0.47% -
HSV(B) 352.96º 0.81% 0.79% -
XYZ 25.58 14.17 5.39 -
YUV 89.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 201 39 58 0 0.81 0.71 0.21 352.96 0.68 0.47
Hex C9 27 3A 0 51 47 15 161 44 2F
Octal 311 47 72 0 121 107 25 541 104 57
Binary 11001001 100111 111010 0 1010001 1000111 10101 101100001 1000100 101111

Color Harmonies of #C9273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9273A

Black with #C9273A

Text Example


Text Example

White with #C9273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9273A; }

 p { color: rgb(201,39,58); }

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

background-color css

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

 a { background-color: rgb(201,39,58); }

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

border-color css

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

 span { border-color: rgb(201,39,58); }

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