Html Css Color HEX #C92443 Brick Red

📋 copy color: '#C92443'

red 201 ◦ green 36 ◦ blue 67

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

Shades of Brick Red #C92443

Tints of Brick Red #C92443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 66.12%
G = 11.84%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92443 (or 0xC92443) is known color: Brick Red. HEX triplet: C9, 24 and 43. RGB value is (201,36,67). Sum of RGB (Red+Green+Blue) = 201+36+67=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C92443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92443 is #36DBBC. Grayscale: #585858. Windows color (decimal): -3595197 or 4400329. OLE color: 4400329.

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

Color convert

RGB 201 36 67 -
CMYK 0 0.82 0.67 0.21
HSL 348.73º 0.7% 0.46% -
HSV(B) 348.73º 0.82% 0.79% -
XYZ 25.73 14.08 6.67 -
YUV 88.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 201 36 67 0 0.82 0.67 0.21 348.73 0.7 0.46
Hex C9 24 43 0 52 43 15 15D 46 2E
Octal 311 44 103 0 122 103 25 535 106 56
Binary 11001001 100100 1000011 0 1010010 1000011 10101 101011101 1000110 101110

Color Harmonies of #C92443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92443

Black with #C92443

Text Example


Text Example

White with #C92443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92443; }

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

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

background-color css

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

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

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

border-color css

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

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

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