Html Css Color HEX #C93842 Brick Red

📋 copy color: '#C93842'

red 201 ◦ green 56 ◦ blue 66

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

Shades of Brick Red #C93842

Tints of Brick Red #C93842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 62.23%
G = 17.34%
B = 20.43%

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

#C93842 (or 0xC93842) is known color: Brick Red. HEX triplet: C9, 38 and 42. RGB value is (201,56,66). Sum of RGB (Red+Green+Blue) = 201+56+66=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93842 is #36C7BD. Grayscale: #646464. Windows color (decimal): -3590078 or 4339913. OLE color: 4339913.

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

Color convert

RGB 201 56 66 -
CMYK 0 0.72 0.67 0.21
HSL 355.86º 0.57% 0.5% -
HSV(B) 355.86º 0.72% 0.79% -
XYZ 26.48 15.64 6.78 -
YUV 100.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 201 56 66 0 0.72 0.67 0.21 355.86 0.57 0.5
Hex C9 38 42 0 48 43 15 164 39 32
Octal 311 70 102 0 110 103 25 544 71 62
Binary 11001001 111000 1000010 0 1001000 1000011 10101 101100100 111001 110010

Color Harmonies of #C93842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93842

Black with #C93842

Text Example


Text Example

White with #C93842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93842; }

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

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

background-color css

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

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

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

border-color css

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

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

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