Html Css Color HEX #C93943 Brick Red

📋 copy color: '#C93943'

red 201 ◦ green 57 ◦ blue 67

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

Shades of Brick Red #C93943

Tints of Brick Red #C93943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 61.85%
G = 17.54%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C93943 (or 0xC93943) is known color: Brick Red. HEX triplet: C9, 39 and 43. RGB value is (201,57,67). Sum of RGB (Red+Green+Blue) = 201+57+67=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93943 is #36C6BC. Grayscale: #656565. Windows color (decimal): -3589821 or 4405705. OLE color: 4405705.

HSL color Cylindrical-coordinate representation of color #C93943: hue angle of 355.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93943 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 67 -
CMYK 0 0.72 0.67 0.21
HSL 355.83º 0.57% 0.51% -
HSV(B) 355.83º 0.72% 0.79% -
XYZ 26.56 15.75 6.95 -
YUV 101.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 201 57 67 0 0.72 0.67 0.21 355.83 0.57 0.51
Hex C9 39 43 0 48 43 15 164 39 33
Octal 311 71 103 0 110 103 25 544 71 63
Binary 11001001 111001 1000011 0 1001000 1000011 10101 101100100 111001 110011

Color Harmonies of #C93943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93943

Black with #C93943

Text Example


Text Example

White with #C93943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93943; }

 p { color: rgb(201,57,67); }

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

background-color css

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

 a { background-color: rgb(201,57,67); }

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

border-color css

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

 span { border-color: rgb(201,57,67); }

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