Html Css Color HEX #C92F3A Mahogany

📋 copy color: '#C92F3A'

red 201 ◦ green 47 ◦ blue 58

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

Shades of Mahogany #C92F3A

Tints of Mahogany #C92F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 58 (23.05% from 255) = 18.95%

R = 65.69%
G = 15.36%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C92F3A (or 0xC92F3A) is known color: Mahogany. HEX triplet: C9, 2F and 3A. RGB value is (201,47,58). Sum of RGB (Red+Green+Blue) = 201+47+58=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F3A is #36D0C5. Grayscale: #5E5E5E. Windows color (decimal): -3592390 or 3813321. OLE color: 3813321.

HSL color Cylindrical-coordinate representation of color #C92F3A: hue angle of 355.71º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92F3A is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 47 58 -
CMYK 0 0.77 0.71 0.21
HSL 355.71º 0.62% 0.49% -
HSV(B) 355.71º 0.77% 0.79% -
XYZ 25.87 14.76 5.49 -
YUV 94.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 201 47 58 0 0.77 0.71 0.21 355.71 0.62 0.49
Hex C9 2F 3A 0 4D 47 15 164 3E 31
Octal 311 57 72 0 115 107 25 544 76 61
Binary 11001001 101111 111010 0 1001101 1000111 10101 101100100 111110 110001

Color Harmonies of #C92F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92F3A

Black with #C92F3A

Text Example


Text Example

White with #C92F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92F3A; }

 p { color: rgb(201,47,58); }

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

background-color css

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

 a { background-color: rgb(201,47,58); }

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

border-color css

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

 span { border-color: rgb(201,47,58); }

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