Html Css Color HEX #C93335 Mahogany

📋 copy color: '#C93335'

red 201 ◦ green 51 ◦ blue 53

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

Shades of Mahogany #C93335

Tints of Mahogany #C93335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 65.9%
G = 16.72%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93335 (or 0xC93335) is known color: Mahogany. HEX triplet: C9, 33 and 35. RGB value is (201,51,53). Sum of RGB (Red+Green+Blue) = 201+51+53=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93335 is #36CCCA. Grayscale: #606060. Windows color (decimal): -3591371 or 3486665. OLE color: 3486665.

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

Color convert

RGB 201 51 53 -
CMYK 0 0.75 0.74 0.21
HSL 359.2º 0.6% 0.49% -
HSV(B) 359.2º 0.75% 0.79% -
XYZ 25.91 15.04 4.91 -
YUV 96.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 201 51 53 0 0.75 0.74 0.21 359.2 0.6 0.49
Hex C9 33 35 0 4B 4A 15 167 3C 31
Octal 311 63 65 0 113 112 25 547 74 61
Binary 11001001 110011 110101 0 1001011 1001010 10101 101100111 111100 110001

Color Harmonies of #C93335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93335

Black with #C93335

Text Example


Text Example

White with #C93335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93335; }

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

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

background-color css

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

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

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

border-color css

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

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

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