Html Css Color HEX #C93844 Brick Red

📋 copy color: '#C93844'

red 201 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #C93844

Tints of Brick Red #C93844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 61.85%
G = 17.23%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C93844 (or 0xC93844) is known color: Brick Red. HEX triplet: C9, 38 and 44. RGB value is (201,56,68). Sum of RGB (Red+Green+Blue) = 201+56+68=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93844 is #36C7BB. Grayscale: #646464. Windows color (decimal): -3590076 or 4470985. OLE color: 4470985.

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

Color convert

RGB 201 56 68 -
CMYK 0 0.72 0.66 0.21
HSL 355.03º 0.57% 0.5% -
HSV(B) 355.03º 0.72% 0.79% -
XYZ 26.54 15.66 7.09 -
YUV 100.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 201 56 68 0 0.72 0.66 0.21 355.03 0.57 0.5
Hex C9 38 44 0 48 42 15 163 39 32
Octal 311 70 104 0 110 102 25 543 71 62
Binary 11001001 111000 1000100 0 1001000 1000010 10101 101100011 111001 110010

Color Harmonies of #C93844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93844

Black with #C93844

Text Example


Text Example

White with #C93844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93844; }

 p { color: rgb(201,56,68); }

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

background-color css

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

 a { background-color: rgb(201,56,68); }

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

border-color css

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

 span { border-color: rgb(201,56,68); }

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