Html Css Color HEX #C93338 Mahogany

📋 copy color: '#C93338'

red 201 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #C93338

Tints of Mahogany #C93338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 65.26%
G = 16.56%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C93338 (or 0xC93338) is known color: Mahogany. HEX triplet: C9, 33 and 38. RGB value is (201,51,56). Sum of RGB (Red+Green+Blue) = 201+51+56=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93338 is #36CCC7. Grayscale: #606060. Windows color (decimal): -3591368 or 3683273. OLE color: 3683273.

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

Color convert

RGB 201 51 56 -
CMYK 0 0.75 0.72 0.21
HSL 358º 0.6% 0.49% -
HSV(B) 358º 0.75% 0.79% -
XYZ 25.99 15.07 5.28 -
YUV 96.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 201 51 56 0 0.75 0.72 0.21 358 0.6 0.49
Hex C9 33 38 0 4B 48 15 166 3C 31
Octal 311 63 70 0 113 110 25 546 74 61
Binary 11001001 110011 111000 0 1001011 1001000 10101 101100110 111100 110001

Color Harmonies of #C93338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93338

Black with #C93338

Text Example


Text Example

White with #C93338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93338; }

 p { color: rgb(201,51,56); }

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

background-color css

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

 a { background-color: rgb(201,51,56); }

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

border-color css

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

 span { border-color: rgb(201,51,56); }

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