Html Css Color HEX #C92841 Brick Red

📋 copy color: '#C92841'

red 201 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #C92841

Tints of Brick Red #C92841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 65.69%
G = 13.07%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92841 (or 0xC92841) is known color: Brick Red. HEX triplet: C9, 28 and 41. RGB value is (201,40,65). Sum of RGB (Red+Green+Blue) = 201+40+65=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C92841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92841 is #36D7BE. Grayscale: #5B5B5B. Windows color (decimal): -3594175 or 4270281. OLE color: 4270281.

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

Color convert

RGB 201 40 65 -
CMYK 0 0.80 0.68 0.21
HSL 350.68º 0.67% 0.47% -
HSV(B) 350.68º 0.8% 0.79% -
XYZ 25.8 14.32 6.4 -
YUV 90.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 201 40 65 0 0.80 0.68 0.21 350.68 0.67 0.47
Hex C9 28 41 0 50 44 15 15F 43 2F
Octal 311 50 101 0 120 104 25 537 103 57
Binary 11001001 101000 1000001 0 1010000 1000100 10101 101011111 1000011 101111

Color Harmonies of #C92841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92841

Black with #C92841

Text Example


Text Example

White with #C92841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92841; }

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

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

background-color css

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

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

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

border-color css

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

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

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