Html Css Color HEX #C93242 Brick Red

📋 copy color: '#C93242'

red 201 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #C93242

Tints of Brick Red #C93242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 63.41%
G = 15.77%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C93242 (or 0xC93242) is known color: Brick Red. HEX triplet: C9, 32 and 42. RGB value is (201,50,66). Sum of RGB (Red+Green+Blue) = 201+50+66=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C93242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93242 is #36CDBD. Grayscale: #616161. Windows color (decimal): -3591614 or 4338377. OLE color: 4338377.

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

Color convert

RGB 201 50 66 -
CMYK 0 0.75 0.67 0.21
HSL 353.64º 0.6% 0.49% -
HSV(B) 353.64º 0.75% 0.79% -
XYZ 26.21 15.09 6.69 -
YUV 96.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 201 50 66 0 0.75 0.67 0.21 353.64 0.6 0.49
Hex C9 32 42 0 4B 43 15 162 3C 31
Octal 311 62 102 0 113 103 25 542 74 61
Binary 11001001 110010 1000010 0 1001011 1000011 10101 101100010 111100 110001

Color Harmonies of #C93242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93242

Black with #C93242

Text Example


Text Example

White with #C93242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93242; }

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

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

background-color css

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

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

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

border-color css

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

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

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