Html Css Color HEX #C93641 Brick Red

📋 copy color: '#C93641'

red 201 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #C93641

Tints of Brick Red #C93641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 62.81%
G = 16.88%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93641 (or 0xC93641) is known color: Brick Red. HEX triplet: C9, 36 and 41. RGB value is (201,54,65). Sum of RGB (Red+Green+Blue) = 201+54+65=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C93641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93641 is #36C9BE. Grayscale: #636363. Windows color (decimal): -3590591 or 4273865. OLE color: 4273865.

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

Color convert

RGB 201 54 65 -
CMYK 0 0.73 0.68 0.21
HSL 355.51º 0.58% 0.5% -
HSV(B) 355.51º 0.73% 0.79% -
XYZ 26.36 15.44 6.59 -
YUV 99.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 201 54 65 0 0.73 0.68 0.21 355.51 0.58 0.5
Hex C9 36 41 0 49 44 15 164 3A 32
Octal 311 66 101 0 111 104 25 544 72 62
Binary 11001001 110110 1000001 0 1001001 1000100 10101 101100100 111010 110010

Color Harmonies of #C93641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93641

Black with #C93641

Text Example


Text Example

White with #C93641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93641; }

 p { color: rgb(201,54,65); }

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

background-color css

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

 a { background-color: rgb(201,54,65); }

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

border-color css

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

 span { border-color: rgb(201,54,65); }

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