Html Css Color HEX #C9344A Brick Red

📋 copy color: '#C9344A'

red 201 ◦ green 52 ◦ blue 74

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

Shades of Brick Red #C9344A

Tints of Brick Red #C9344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 61.47%
G = 15.9%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9344A (or 0xC9344A) is known color: Brick Red. HEX triplet: C9, 34 and 4A. RGB value is (201,52,74). Sum of RGB (Red+Green+Blue) = 201+52+74=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9344A is #36CBB5. Grayscale: #636363. Windows color (decimal): -3591094 or 4863177. OLE color: 4863177.

HSL color Cylindrical-coordinate representation of color #C9344A: hue angle of 351.14º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9344A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 74 -
CMYK 0 0.74 0.63 0.21
HSL 351.14º 0.59% 0.5% -
HSV(B) 351.14º 0.74% 0.79% -
XYZ 26.55 15.37 8.05 -
YUV 99.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 201 52 74 0 0.74 0.63 0.21 351.14 0.59 0.5
Hex C9 34 4A 0 4A 3F 15 15F 3B 32
Octal 311 64 112 0 112 77 25 537 73 62
Binary 11001001 110100 1001010 0 1001010 111111 10101 101011111 111011 110010

Color Harmonies of #C9344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9344A

Black with #C9344A

Text Example


Text Example

White with #C9344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9344A; }

 p { color: rgb(201,52,74); }

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

background-color css

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

 a { background-color: rgb(201,52,74); }

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

border-color css

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

 span { border-color: rgb(201,52,74); }

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