Html Css Color HEX #C92343 Brick Red

📋 copy color: '#C92343'

red 201 ◦ green 35 ◦ blue 67

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

Shades of Brick Red #C92343

Tints of Brick Red #C92343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 66.34%
G = 11.55%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92343 (or 0xC92343) is known color: Brick Red. HEX triplet: C9, 23 and 43. RGB value is (201,35,67). Sum of RGB (Red+Green+Blue) = 201+35+67=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C92343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92343 is #36DCBC. Grayscale: #585858. Windows color (decimal): -3595453 or 4400073. OLE color: 4400073.

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

Color convert

RGB 201 35 67 -
CMYK 0 0.83 0.67 0.21
HSL 348.43º 0.7% 0.46% -
HSV(B) 348.43º 0.83% 0.79% -
XYZ 25.7 14.02 6.66 -
YUV 88.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 201 35 67 0 0.83 0.67 0.21 348.43 0.7 0.46
Hex C9 23 43 0 53 43 15 15C 46 2E
Octal 311 43 103 0 123 103 25 534 106 56
Binary 11001001 100011 1000011 0 1010011 1000011 10101 101011100 1000110 101110

Color Harmonies of #C92343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92343

Black with #C92343

Text Example


Text Example

White with #C92343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92343; }

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

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

background-color css

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

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

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

border-color css

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

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

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