Html Css Color HEX #C93349 Brick Red

📋 copy color: '#C93349'

red 201 ◦ green 51 ◦ blue 73

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

Shades of Brick Red #C93349

Tints of Brick Red #C93349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 61.85%
G = 15.69%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93349 (or 0xC93349) is known color: Brick Red. HEX triplet: C9, 33 and 49. RGB value is (201,51,73). Sum of RGB (Red+Green+Blue) = 201+51+73=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93349 is #36CCB6. Grayscale: #626262. Windows color (decimal): -3591351 or 4797385. OLE color: 4797385.

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

Color convert

RGB 201 51 73 -
CMYK 0 0.75 0.64 0.21
HSL 351.2º 0.6% 0.49% -
HSV(B) 351.2º 0.75% 0.79% -
XYZ 26.47 15.27 7.85 -
YUV 98.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 201 51 73 0 0.75 0.64 0.21 351.2 0.6 0.49
Hex C9 33 49 0 4B 40 15 15F 3C 31
Octal 311 63 111 0 113 100 25 537 74 61
Binary 11001001 110011 1001001 0 1001011 1000000 10101 101011111 111100 110001

Color Harmonies of #C93349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93349

Black with #C93349

Text Example


Text Example

White with #C93349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93349; }

 p { color: rgb(201,51,73); }

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

background-color css

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

 a { background-color: rgb(201,51,73); }

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

border-color css

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

 span { border-color: rgb(201,51,73); }

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