Html Css Color HEX #C92648 Brick Red

📋 copy color: '#C92648'

red 201 ◦ green 38 ◦ blue 72

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

Shades of Brick Red #C92648

Tints of Brick Red #C92648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 64.63%
G = 12.22%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92648 (or 0xC92648) is known color: Brick Red. HEX triplet: C9, 26 and 48. RGB value is (201,38,72). Sum of RGB (Red+Green+Blue) = 201+38+72=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C92648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92648 is #36D9B7. Grayscale: #5A5A5A. Windows color (decimal): -3594680 or 4728521. OLE color: 4728521.

HSL color Cylindrical-coordinate representation of color #C92648: hue angle of 347.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92648 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 72 -
CMYK 0 0.81 0.64 0.21
HSL 347.48º 0.68% 0.47% -
HSV(B) 347.48º 0.81% 0.79% -
XYZ 25.95 14.27 7.52 -
YUV 90.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 201 38 72 0 0.81 0.64 0.21 347.48 0.68 0.47
Hex C9 26 48 0 51 40 15 15B 44 2F
Octal 311 46 110 0 121 100 25 533 104 57
Binary 11001001 100110 1001000 0 1010001 1000000 10101 101011011 1000100 101111

Color Harmonies of #C92648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92648

Black with #C92648

Text Example


Text Example

White with #C92648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92648; }

 p { color: rgb(201,38,72); }

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

background-color css

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

 a { background-color: rgb(201,38,72); }

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

border-color css

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

 span { border-color: rgb(201,38,72); }

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