Html Css Color HEX #C92842 Brick Red

📋 copy color: '#C92842'

red 201 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #C92842

Tints of Brick Red #C92842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 65.47%
G = 13.03%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92842 (or 0xC92842) is known color: Brick Red. HEX triplet: C9, 28 and 42. RGB value is (201,40,66). Sum of RGB (Red+Green+Blue) = 201+40+66=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C92842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92842 is #36D7BD. Grayscale: #5B5B5B. Windows color (decimal): -3594174 or 4335817. OLE color: 4335817.

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

Color convert

RGB 201 40 66 -
CMYK 0 0.80 0.67 0.21
HSL 350.31º 0.67% 0.47% -
HSV(B) 350.31º 0.8% 0.79% -
XYZ 25.83 14.33 6.56 -
YUV 91.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 201 40 66 0 0.80 0.67 0.21 350.31 0.67 0.47
Hex C9 28 42 0 50 43 15 15E 43 2F
Octal 311 50 102 0 120 103 25 536 103 57
Binary 11001001 101000 1000010 0 1010000 1000011 10101 101011110 1000011 101111

Color Harmonies of #C92842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92842

Black with #C92842

Text Example


Text Example

White with #C92842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92842; }

 p { color: rgb(201,40,66); }

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

background-color css

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

 a { background-color: rgb(201,40,66); }

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

border-color css

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

 span { border-color: rgb(201,40,66); }

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