Html Css Color HEX #C93244 Brick Red

📋 copy color: '#C93244'

red 201 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #C93244

Tints of Brick Red #C93244

RGB

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

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

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

R = 63.01%
G = 15.67%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C93244 (or 0xC93244) is known color: Brick Red. HEX triplet: C9, 32 and 44. RGB value is (201,50,68). Sum of RGB (Red+Green+Blue) = 201+50+68=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93244 is #36CDBB. Grayscale: #616161. Windows color (decimal): -3591612 or 4469449. OLE color: 4469449.

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

Color convert

RGB 201 50 68 -
CMYK 0 0.75 0.66 0.21
HSL 352.85º 0.6% 0.49% -
HSV(B) 352.85º 0.75% 0.79% -
XYZ 26.27 15.12 7 -
YUV 97.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 201 50 68 0 0.75 0.66 0.21 352.85 0.6 0.49
Hex C9 32 44 0 4B 42 15 161 3C 31
Octal 311 62 104 0 113 102 25 541 74 61
Binary 11001001 110010 1000100 0 1001011 1000010 10101 101100001 111100 110001

Color Harmonies of #C93244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93244

Black with #C93244

Text Example


Text Example

White with #C93244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93244; }

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

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

background-color css

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

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

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

border-color css

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

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

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