Html Css Color HEX #CF3133 Mahogany

📋 copy color: '#CF3133'

red 207 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #CF3133

Tints of Mahogany #CF3133

RGB

 RED value IS 207 (81.25% from 255) = 67.43%

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 67.43%
G = 15.96%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF3133 (or 0xCF3133) is known color: Mahogany. HEX triplet: CF, 31 and 33. RGB value is (207,49,51). Sum of RGB (Red+Green+Blue) = 207+49+51=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3133 is #30CECC. Grayscale: #606060. Windows color (decimal): -3198669 or 3355087. OLE color: 3355087.

HSL color Cylindrical-coordinate representation of color #CF3133: hue angle of 359.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3133 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 51 -
CMYK 0 0.76 0.75 0.19
HSL 359.24º 0.62% 0.5% -
HSV(B) 359.24º 0.76% 0.81% -
XYZ 27.43 15.7 4.72 -
YUV 96.47 102.35 206.84 -
System Red Green Blue C M Y K H S L
Decimal 207 49 51 0 0.76 0.75 0.19 359.24 0.62 0.5
Hex CF 31 33 0 4C 4B 13 167 3E 32
Octal 317 61 63 0 114 113 23 547 76 62
Binary 11001111 110001 110011 0 1001100 1001011 10011 101100111 111110 110010

Color Harmonies of #CF3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3133

Black with #CF3133

Text Example


Text Example

White with #CF3133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3133; }

 p { color: rgb(207,49,51); }

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

background-color css

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

 a { background-color: rgb(207,49,51); }

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

border-color css

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

 span { border-color: rgb(207,49,51); }

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