Html Css Color HEX #C93347 Brick Red

📋 copy color: '#C93347'

red 201 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #C93347

Tints of Brick Red #C93347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 62.23%
G = 15.79%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93347 (or 0xC93347) is known color: Brick Red. HEX triplet: C9, 33 and 47. RGB value is (201,51,71). Sum of RGB (Red+Green+Blue) = 201+51+71=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93347 is #36CCB8. Grayscale: #626262. Windows color (decimal): -3591353 or 4666313. OLE color: 4666313.

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

Color convert

RGB 201 51 71 -
CMYK 0 0.75 0.65 0.21
HSL 352º 0.6% 0.49% -
HSV(B) 352º 0.75% 0.79% -
XYZ 26.41 15.24 7.51 -
YUV 98.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 201 51 71 0 0.75 0.65 0.21 352 0.6 0.49
Hex C9 33 47 0 4B 41 15 160 3C 31
Octal 311 63 107 0 113 101 25 540 74 61
Binary 11001001 110011 1000111 0 1001011 1000001 10101 101100000 111100 110001

Color Harmonies of #C93347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93347

Black with #C93347

Text Example


Text Example

White with #C93347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93347; }

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

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

background-color css

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

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

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

border-color css

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

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

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