Html Css Color HEX #C9273E Brick Red

📋 copy color: '#C9273E'

red 201 ◦ green 39 ◦ blue 62

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

Shades of Brick Red #C9273E

Tints of Brick Red #C9273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 66.56%
G = 12.91%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9273E (or 0xC9273E) is known color: Brick Red. HEX triplet: C9, 27 and 3E. RGB value is (201,39,62). Sum of RGB (Red+Green+Blue) = 201+39+62=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9273E is #36D8C1. Grayscale: #5A5A5A. Windows color (decimal): -3594434 or 4073417. OLE color: 4073417.

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

Color convert

RGB 201 39 62 -
CMYK 0 0.81 0.69 0.21
HSL 351.48º 0.68% 0.47% -
HSV(B) 351.48º 0.81% 0.79% -
XYZ 25.68 14.22 5.95 -
YUV 90.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 201 39 62 0 0.81 0.69 0.21 351.48 0.68 0.47
Hex C9 27 3E 0 51 45 15 15F 44 2F
Octal 311 47 76 0 121 105 25 537 104 57
Binary 11001001 100111 111110 0 1010001 1000101 10101 101011111 1000100 101111

Color Harmonies of #C9273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9273E

Black with #C9273E

Text Example


Text Example

White with #C9273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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