Html Css Color HEX #C92344 Brick Red

📋 copy color: '#C92344'

red 201 ◦ green 35 ◦ blue 68

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

Shades of Brick Red #C92344

Tints of Brick Red #C92344

RGB

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

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

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

R = 66.12%
G = 11.51%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C92344 (or 0xC92344) is known color: Brick Red. HEX triplet: C9, 23 and 44. RGB value is (201,35,68). Sum of RGB (Red+Green+Blue) = 201+35+68=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C92344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92344 is #36DCBB. Grayscale: #585858. Windows color (decimal): -3595452 or 4465609. OLE color: 4465609.

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

Color convert

RGB 201 35 68 -
CMYK 0 0.83 0.66 0.21
HSL 348.07º 0.7% 0.46% -
HSV(B) 348.07º 0.83% 0.79% -
XYZ 25.73 14.04 6.82 -
YUV 88.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 201 35 68 0 0.83 0.66 0.21 348.07 0.7 0.46
Hex C9 23 44 0 53 42 15 15C 46 2E
Octal 311 43 104 0 123 102 25 534 106 56
Binary 11001001 100011 1000100 0 1010011 1000010 10101 101011100 1000110 101110

Color Harmonies of #C92344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92344

Black with #C92344

Text Example


Text Example

White with #C92344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92344; }

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

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

background-color css

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

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

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

border-color css

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

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

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