Html Css Color HEX #C9323E Brick Red

📋 copy color: '#C9323E'

red 201 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #C9323E

Tints of Brick Red #C9323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 64.22%
G = 15.97%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9323E (or 0xC9323E) is known color: Brick Red. HEX triplet: C9, 32 and 3E. RGB value is (201,50,62). Sum of RGB (Red+Green+Blue) = 201+50+62=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9323E is #36CDC1. Grayscale: #606060. Windows color (decimal): -3591618 or 4076233. OLE color: 4076233.

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

Color convert

RGB 201 50 62 -
CMYK 0 0.75 0.69 0.21
HSL 355.23º 0.6% 0.49% -
HSV(B) 355.23º 0.75% 0.79% -
XYZ 26.1 15.05 6.09 -
YUV 96.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 201 50 62 0 0.75 0.69 0.21 355.23 0.6 0.49
Hex C9 32 3E 0 4B 45 15 163 3C 31
Octal 311 62 76 0 113 105 25 543 74 61
Binary 11001001 110010 111110 0 1001011 1000101 10101 101100011 111100 110001

Color Harmonies of #C9323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9323E

Black with #C9323E

Text Example


Text Example

White with #C9323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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